fix: desktop layout

This commit is contained in:
Adam
2025-12-26 14:33:10 -06:00
committed by Aiden Cline
parent fe1e0b52c7
commit 0925ea6c7e
2 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -214,10 +214,10 @@
}
[data-component="sticky-accordion-header"] {
top: 40px;
top: var(--sticky-header-height, 40px);
&[data-expanded]::before {
top: -40px;
top: calc(-1 * var(--sticky-header-height, 40px));
}
}