1
0

ie.scss 168 B

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