-
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: Popups always show scroll bars #3204
Comments
+1 I see it in as well from Chrome Browser and Android device. |
Same here. No scrollbars on iOS though. |
+1 |
1 similar comment
+1 |
I also see this problem, on alert or confirm popup on Android 4.4 |
+1 |
Hi, |
@sikron, I tested on my Android 4.4.2 (HTC Desire 601) and the fix is working for me... |
Hi, |
To quickly check if this solution worked, in ionic.app.css (and ionic.app.min.css when using minified version) I changed class .popup-body and set 'overflow' to 'auto'. |
Tom 24.03.2015, 17:29, "Tom Kuipers" notifications@github.com:To quickly check if this solution worked, in ionic.app.css (and ionic.app.min.css when using minified version) I changed class .popup-body and set 'overflow' to 'auto'. —Reply to this email directly or . |
sikron http://teklareka.rs/mmcis-schet 23.03.2015, 19:09, "sikron" notifications@github.com:Hi, —Reply to this email directly or . |
My bad, i did not know, i had to do the "gulp sass" step. I actually thought, that ionic cli would do this for me :-) Now it works as expected. |
Barry 19.03.2015, 15:16, "Barry Reid" notifications@github.com:+1 —Reply to this email directly or . |
Type: bug
Platform: android 4.4 webview
This is an issue in the nightly build, I have not checked ios but the issue could be there as well. Scroll bars always show in the popups all the time, regardless of whether or not there is content to scroll. Issue appears in the doc example as well: http://ionicframework.com/docs/nightly/api/service/$ionicPopup/
The text was updated successfully, but these errors were encountered: