-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: scrollbars in firefox #3227
Comments
seemed to happen with this commit 0ea40a7 |
I use scrollbar-y="false" leave the bars visible. I fixed with: .scroll-view::-webkit-scrollbar { |
Hello! Thanks for opening an issue with us! Are you still experiencing this issue? |
Hello! Thanks for opening an issue with us! Since it has been a little while since there was any activity on this issue i will be closing it, but feel free to respond back if your still having the issue! Thanks again! |
Type: bug
Platform: desktop browser
when looking at our app on a desktop browser, firefox shows double scrollbars around ionic content.
chrome is ok
i assume this is because the "ionic view" puts all content inside a div with overflow or scroll behavior
but its a bit worrying this only shows up in one browser.
is this something ionic will fix?
related
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
The text was updated successfully, but these errors were encountered: