We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6a000 commit 3a7b64dCopy full SHA for 3a7b64d
src/lib/components/sidebar.svelte
@@ -365,21 +365,7 @@
365
overflow-y: visible;
366
max-height: none;
367
}
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;
375
376
- @media (min-width: 1024px) {
377
- height: var(--base-32, 32px);
378
- border-top: none;
379
- padding-top: 0;
380
- position: static;
381
- }
382
383
.mobile-tablet-settings {
384
display: block;
385
margin-top: var(--space-6, 12px);
0 commit comments