Skip to content

Commit 3a7b64d

Browse files
committed
fix: removed unused css class
1 parent fe6a000 commit 3a7b64d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/lib/components/sidebar.svelte

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -365,21 +365,7 @@
365365
overflow-y: visible;
366366
max-height: none;
367367
}
368-
.bottom {
369-
position: sticky;
370-
bottom: 0;
371-
background: var(--bgcolor-neutral-primary, #fff);
372-
border-top: 1px solid var(--border-neutral, #ededf0);
373-
padding-top: var(--space-4, 8px);
374-
z-index: 10;
375368
376-
@media (min-width: 1024px) {
377-
height: var(--base-32, 32px);
378-
border-top: none;
379-
padding-top: 0;
380-
position: static;
381-
}
382-
}
383369
.mobile-tablet-settings {
384370
display: block;
385371
margin-top: var(--space-6, 12px);

0 commit comments

Comments
 (0)