AnujShr

Results 3 comments of AnujShr

This issue is AdBlock. I noticed just recently that my uBlock Origin blocks the Toasts. It would have been great if this was fixed. Sadly I will have to jump...

I was facing the same problem and was causing a serious issue in the submission of the form. So for a quick fix, I had to use JS to change...

``` .cur-year { pointer-events: none!important; } .arrowUp, .arrowDown { display: none !important; } .numInputWrapper:hover { background: none!important; } ``` I have been using this and seems like it works.