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

bug: scrollbars in firefox #3227

Closed
dcsan opened this issue Mar 3, 2015 · 4 comments
Closed

bug: scrollbars in firefox #3227

dcsan opened this issue Mar 3, 2015 · 4 comments
Assignees

Comments

@dcsan
Copy link

dcsan commented Mar 3, 2015

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?

e4a4095a-c198-11e4-8206-b413037b7112

related
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow

@dcsan dcsan changed the title scrollbars in firefox bug: scrollbars in firefox Mar 3, 2015
@cyprusglobe
Copy link

seemed to happen with this commit 0ea40a7
but i'm not certain.

@gine
Copy link

gine commented Jan 27, 2016

I use scrollbar-y="false" leave the bars visible. I fixed with:

.scroll-view::-webkit-scrollbar {
display:none;
}

@jgw96
Copy link
Contributor

jgw96 commented Mar 18, 2016

Hello! Thanks for opening an issue with us! Are you still experiencing this issue?

@jgw96
Copy link
Contributor

jgw96 commented Apr 12, 2016

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!

@jgw96 jgw96 closed this as completed Apr 12, 2016
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants