diff options
Diffstat (limited to 'src/components/ToC/ToC.module.scss')
| -rw-r--r-- | src/components/ToC/ToC.module.scss | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/components/ToC/ToC.module.scss b/src/components/ToC/ToC.module.scss deleted file mode 100644 index 0f08b87..0000000 --- a/src/components/ToC/ToC.module.scss +++ /dev/null @@ -1,27 +0,0 @@ -@use "@styles/abstracts/mixins" as mix; - -.wrapper { - padding-bottom: var(--spacing-sm); - - @include mix.media("screen") { - @include mix.dimensions("lg") { - max-height: 100vh; - position: sticky; - top: 0; - overflow: auto; - visibility: hidden; - - > * { - visibility: visible; - } - - &:hover { - visibility: visible; - } - } - } -} - -.list { - margin-bottom: 0; -} |
