mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fix left (default) menu position
This commit is contained in:
@@ -26,8 +26,6 @@ ion-menu.show-menu {
|
||||
|
||||
|
||||
.menu-inner {
|
||||
@include position(0, auto, 0, 0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
display: block;
|
||||
@@ -38,6 +36,12 @@ ion-menu.show-menu {
|
||||
transform: translate3d(-9999px, 0, 0);
|
||||
|
||||
contain: strict;
|
||||
|
||||
// scss-lint:disable PropertySpelling
|
||||
@include multi-dir() {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-inner > ion-header,
|
||||
|
||||
Reference in New Issue
Block a user