Skip to content
New issue

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

Scrollbar not visible in chrome #7

Open
hobe opened this issue Mar 22, 2015 · 3 comments
Open

Scrollbar not visible in chrome #7

hobe opened this issue Mar 22, 2015 · 3 comments
Labels

Comments

@hobe
Copy link

hobe commented Mar 22, 2015

Chrome (tested version "39.0.2171.95 m") does not show the vertical scrollbar in the iconpicker popup! IE & FF do show the scrollbar.

@justin-lau
Copy link
Owner

Confirmed. PR welcome!

@justin-lau justin-lau added the bug label May 22, 2015
@rdeslonde-eichleay
Copy link

Pretty much a showstopper for this. Can't use it if there isn't a scrollbar

@mkrijtenberg
Copy link

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants