_header-scrollable.scss 403 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/* Start Header-Scrollable Styles */
[data-header-position="scrollable"] {
  .header {
    @apply absolute;
  }
  &:not([data-menu-position="scrollable"]) {
    .app-sidebar {
      &.sticky-pin {
        @apply top-0 #{!important};
      }
    }
    &[toggled="open"] {
      .app-sidebar {
        &.sticky-pin {
          @apply mt-0;
        }
      }
    }
  }
}

/* End Header-Scrollable Styles */