init for boxed view

This commit is contained in:
Jordan Vidrine
2025-02-27 08:18:39 -06:00
parent 6490217b4d
commit 4b188950e1
3 changed files with 37 additions and 41 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.list-controls {
position: sticky;
top: 0;
top: var(--header-offset);
background: var(--secondary);
z-index: 100;
padding: 1.5rem 0 1rem 0;