Skip to content

Commit 0b709ff

Browse files
committed
fix(Shell): phone navigaiton should be fullscreen & fix ie 11
1 parent d05d200 commit 0b709ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/shell/main.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
&-main {
7575
display: flex;
76-
flex: 1 1;
76+
flex: 1 1 auto;
7777
flex-direction: row;
7878
position: relative;
7979
height: 100%;
@@ -82,7 +82,7 @@
8282
transition: all .2s $motion-ease;
8383

8484
#{$shell-prefix}-content {
85-
flex: 1 1;
85+
flex: 1 1 auto;
8686
}
8787

8888
#{$shell-prefix}-content-inner {
@@ -573,7 +573,9 @@
573573
}
574574

575575
&#{$shell-prefix}-phone {
576-
576+
.#{$css-prefix}aside-navigation {
577+
width: 100%;
578+
}
577579
#{$shell-prefix}-header #{$shell-prefix}-navigation {
578580
display: none;
579581
}

0 commit comments

Comments
 (0)