We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d325 commit b816066Copy full SHA for b816066
1 file changed
style/style.css
@@ -266,6 +266,7 @@ body {
266
justify-content: center;
267
gap: 12px;
268
z-index: 50;
269
+ pointer-events: auto;
270
/* Above the earth image */
271
transform-origin: center center;
272
will-change: transform, top, left;
@@ -296,7 +297,7 @@ body {
296
297
inset: 0;
298
width: 100%;
299
height: 100%;
- z-index: 20;
300
+ z-index: 40;
301
pointer-events: none;
302
/* Allow clicks to pass through empty space */
303
}
0 commit comments