Vuesax: Little bug on button (present demo tooltip)

Created on 13 May 2018  路  8Comments  路  Source: lusaxweb/vuesax

  • Windows 7
  • 10.0.0
  • Current on documentation
  • Yandex Browser 18.1
  • Yarn
enhancement good first issue help wanted

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

All 8 comments

2018-05-13_21-31-58

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jupox picture jupox  路  3Comments

fahada95 picture fahada95  路  4Comments

andresilva-cc picture andresilva-cc  路  3Comments

alexflorea2 picture alexflorea2  路  4Comments

grali picture grali  路  4Comments