mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
docs(demos): do not add scrollbar fix to menu content
This commit is contained in:
@ -5,6 +5,9 @@ body, body:hover, body a, body button, body media-switch {
|
||||
body.has-scrollbar scroll-content {
|
||||
margin-right: -15px;
|
||||
}
|
||||
body.has-scrollbar ion-menu scroll-content {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
section.hidden {
|
||||
display: none !important;
|
||||
|
Reference in New Issue
Block a user