1 2 3 4 5 6 7 8 9 10
#app-sidebar { position: fixed !important; } #app-content { width: $navigation-width !important; } #app-sidebar.disappear { right: -$sidebar-max-width !important; }