Skip to content

Commit b816066

Browse files
committed
fix: Adjust footer buttons z-index to be clickable over bottom text
1 parent 1e0d325 commit b816066

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

style/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ body {
266266
justify-content: center;
267267
gap: 12px;
268268
z-index: 50;
269+
pointer-events: auto;
269270
/* Above the earth image */
270271
transform-origin: center center;
271272
will-change: transform, top, left;
@@ -296,7 +297,7 @@ body {
296297
inset: 0;
297298
width: 100%;
298299
height: 100%;
299-
z-index: 20;
300+
z-index: 40;
300301
pointer-events: none;
301302
/* Allow clicks to pass through empty space */
302303
}

0 commit comments

Comments
 (0)