styles: keep mobile explorer above images
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
// Sticky top bar (stays in place when scrolling down on mobile).
|
// Sticky top bar (stays in place when scrolling down on mobile).
|
||||||
.sidebar.left:has(.explorer) {
|
.sidebar.left:has(.explorer) {
|
||||||
|
z-index: 100; // needs to be higher than the content images's ( based on stacking context )
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
background-color: var(--light);
|
background-color: var(--light);
|
||||||
|
|||||||
Reference in New Issue
Block a user