Skip to content

Commit 8349b6e

Browse files
committed
fix z-indexing bug by giving footer a higher z-index
1 parent 44efd05 commit 8349b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/custom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ body {
142142
}
143143

144144
[data-theme='dark'] .footer {
145+
z-index: 100;
145146
background-color: var(--click-color-background);
146147
}
147148

0 commit comments

Comments
 (0)