index.module.scss 227 B

1234567891011121314
  1. @import "../../styles/common";
  2. .list {
  3. position: relative;
  4. height: calc(100vh - var(--swh-top-bar-height));
  5. overflow: auto;
  6. padding: 5px 10px;
  7. }
  8. :global(.platform-win32) {
  9. .list {
  10. @include swh-scroll-y();
  11. }
  12. }