설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_simplebar.scss 274B

1234567891011121314151617
  1. .simplebar-scrollbar:before {
  2. background: $simplebar-scrollbar-bg;
  3. }
  4. .simplebar-content {
  5. display: flex;
  6. flex-direction: column;
  7. height: 100vh;
  8. padding-bottom: 0 !important;
  9. }
  10. [data-simplebar] {
  11. position: sticky;
  12. top: 0;
  13. left: 0;
  14. width: $sidebar-width;
  15. }