summaryrefslogtreecommitdiffstats
path: root/src/components/ToC/ToC.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ToC/ToC.module.scss')
-rw-r--r--src/components/ToC/ToC.module.scss27
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;
-}