blob: ec7f51065e426e0402b9081a34db888393fb1d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#app-navigation,
#app-sidebar {
position: fixed !important;
}
#app-content {
width: $navigation-width !important;
}
#app-sidebar.disappear {
right: -$sidebar-max-width !important;
}
|