10 lines
168 B
SCSS
10 lines
168 B
SCSS
|
|
||
|
#app-sidebar {
|
||
|
position: fixed !important;
|
||
|
}
|
||
|
#app-content {
|
||
|
width: $navigation-width !important;
|
||
|
}
|
||
|
#app-sidebar.disappear {
|
||
|
right: -$sidebar-max-width !important;
|
||
|
}
|