Skip to content

Commit 20e92e8

Browse files
author
Amelia Wattenberger
committed
fix: make hovered header overlay focused header
1 parent 5a0d377 commit 20e92e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ html,
328328
z-index: 250 !important;
329329
}
330330
.sticky-grid__header:focus-within {
331-
z-index: 260 !important;
331+
z-index: 240 !important;
332332
}
333333

334334
@media (max-width: 700px) {

0 commit comments

Comments
 (0)