2018-07-21 14:28:23 +03:00
|
|
|
|
|
|
|
#app-sidebar {
|
|
|
|
position: fixed !important;
|
|
|
|
}
|
|
|
|
#app-content {
|
2018-11-08 20:19:52 +03:00
|
|
|
min-width: $navigation-width !important;
|
2018-11-07 21:51:00 +03:00
|
|
|
/**
|
|
|
|
* set min height so the container will grow in IE11
|
|
|
|
* https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11
|
|
|
|
*/
|
|
|
|
min-height: calc(100vh - 50px);
|
2018-07-21 14:28:23 +03:00
|
|
|
}
|
|
|
|
#app-sidebar.disappear {
|
|
|
|
right: -$sidebar-max-width !important;
|
|
|
|
}
|