
@RALMAZ I think that problem is because the edge of the button is very narrow and it is not displayed well in some cases, with 2px it may improve I will review it thank you very much for the contribution
@RALMAZ Would you like to do a PR to solve this problem?
@luisDanielRoviraContreras Unfortunately i do not have enough time for this now :crying_cat_face:
I think its the overflow: hidden; of the button. Try to change it to overflow: visible; and see if that helps.
@fergardi if we change to overflow: visible; the clicking effect would overflow out of the button, look for another solution, would you like to address this problem? or do I? Thank you very much for the contribution
I see. Well, padding-right: 1px; seems to do the trick for me, but I'm not satisfied with that...
https://stackoverflow.com/questions/13240665/css-overflowhidden-removing-border-bottom
Ready already solved the problem was by backface-visibility: hidden; or that I think please try with the latest version to see if it works as it should thanks for the contribution.
Most helpful comment
I see. Well,
padding-right: 1px;seems to do the trick for me, but I'm not satisfied with that...https://stackoverflow.com/questions/13240665/css-overflowhidden-removing-border-bottom