-
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
scrollbars not need but displayed, e.g. on ActionSheet, on Windows Chrome #13966
Comments
Maybe related to #13763? |
@miloslavskacel No it is not related. Just add
To reproduce the issue:
add to home.html Use above code and The scrollbars are not visible if you are using the emulator (mac and windows). If you are not using the emulator (on windows, or mac with scrollbars always visible) the scrollbars will appear. Mac (with options for scrollbars always on): With |
Remove scrollbars on windows and resolves: ionic-team#13966
Thanks. |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#403 |
Ionic version:
[ x] 3.9.2
I'm submitting a ...
[ x] bug report
Current behavior:
ActionSheet displays scrollbars.
Expected behavior:
ActionSheet does not display scrollbars.
Steps to reproduce:
add button to home page, with presentActionSheet() handler
in Chrome Version 64.0.3282.140 (Official Build) (64-bit)
scrollbars are displayed:
Related code:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: