1 parent f7d7bc6 commit 2f6a6b4Copy full SHA for 2f6a6b4
1 file changed
web/index.html
@@ -39,14 +39,15 @@
39
top: 0;
40
}
41
42
- #nav-container:focus-within {
43
- z-index: 3;
+ #nav-container {
+ z-index: 1;
44
45
46
#nav-content,
47
#nav-container .bg,
48
+ #nav-container:focus-within,
49
#nav-container:focus-within #nav-button {
50
51
52
53
/* canvas/dragdrop */
@@ -66,6 +67,7 @@
66
67
box-shadow: 0px 0px 12px black, 0px 0px 18px black;
68
position: relative;
69
cursor: pointer;
70
+ z-index: 0;
71
72
73
#dragdrop.active,
@@ -424,4 +426,4 @@ <h4>Framerate</h4>
424
426
425
427
</body>
428
-</html>
429
+</html>
0 commit comments