docs(demos): do not add scrollbar fix to menu content

This commit is contained in:
Drew Rygh
2015-10-26 12:06:19 -05:00
parent b6b459911a
commit 9eb478d87b

View File

@ -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;