We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome (tested version "39.0.2171.95 m") does not show the vertical scrollbar in the iconpicker popup! IE & FF do show the scrollbar.
The text was updated successfully, but these errors were encountered:
Confirmed. PR welcome!
Sorry, something went wrong.
Pretty much a showstopper for this. Can't use it if there isn't a scrollbar
There is some code in scss file which makes the scrollbar inivisble for webkit browsers:
&::-webkit-scrollbar { width: 0.1em; }
In the dist css you can remove this code:
.ui-iconpicker > ul.dropdown-menu::-webkit-scrollbar { width: 0.1em; }
No branches or pull requests
Chrome (tested version "39.0.2171.95 m") does not show the vertical scrollbar in the iconpicker popup! IE & FF do show the scrollbar.
The text was updated successfully, but these errors were encountered: