mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
amend(scroll): allowing scrollbars on desktop
Scrollbar manipulation is poorly supported accross browsers. Devlopers seeking a pixel perfect match of mobile layouts are encouraged to set their OS to display mobile-style scrollbars. On mac that's System Preferences -> General -> Show scroll bars: When scrolling
This commit is contained in:
@@ -87,11 +87,6 @@ body.grade-c {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
// hide scrollbars on desktop. they take up witdh of the scroll area
|
||||
body:not(.platform-webview) .scroll-content::-webkit-scrollbar{
|
||||
display:none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Scroll is the scroll view component available for complex and custom
|
||||
* scroll view functionality.
|
||||
|
||||
Reference in New Issue
Block a user