styles: keep mobile explorer above images

This commit is contained in:
2026-03-29 02:21:55 +00:00
parent 7524daf437
commit d1a2be34f0
+1
View File
@@ -14,6 +14,7 @@
// Sticky top bar (stays in place when scrolling down on mobile).
.sidebar.left:has(.explorer) {
z-index: 100; // needs to be higher than the content images's ( based on stacking context )
box-sizing: border-box;
position: sticky;
background-color: var(--light);