Sidebar is responsive
This commit is contained in:
@ -189,9 +189,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.mobile-opened {
|
||||
&.jsLeftMenu.mobile-opened {
|
||||
|
||||
@include breakpoint(sm) {
|
||||
bottom: 0;
|
||||
box-shadow: 0 2px 8px 0 rgba(65, 69, 73, 0.5);
|
||||
min-width: 80%;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
@ -200,7 +202,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.mobile-closed {
|
||||
&.jsLeftMenu.mobile-closed {
|
||||
|
||||
@include breakpoint(sm) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user