mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +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 {
|
body.has-scrollbar scroll-content {
|
||||||
margin-right: -15px;
|
margin-right: -15px;
|
||||||
}
|
}
|
||||||
|
body.has-scrollbar ion-menu scroll-content {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
section.hidden {
|
section.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
Reference in New Issue
Block a user