mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(scroll): show scrollbars during native scrolling
This commit is contained in:
@@ -98,11 +98,6 @@ body.grade-c {
|
||||
@include transform-origin(left, top);
|
||||
}
|
||||
|
||||
// hide webkit scrollbars
|
||||
::-webkit-scrollbar {
|
||||
display:none;
|
||||
}
|
||||
|
||||
// Scroll bar styles
|
||||
.scroll-bar {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user