Skip to content

Commit b0a3dfc

Browse files
committed
Fixed z-indexing
1 parent cf90e12 commit b0a3dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seeds/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</style>
9090
</head>
9191
<body>
92-
<div style="position: absolute; top: 0; left: 0; width: 100vw; height: 3.5em; display: flex; align-items: center;" class="header">
92+
<div style="position: absolute; top: 0; left: 0; width: 100vw; height: 3.5em; display: flex; align-items: center; z-index: 3000;" class="header">
9393
<a href="/index.html" style="text-indent: 1rem;">
9494
<span style="color: white; font-size: 20pt; filter: drop-shadow(0 3px 3px black); margin-left: 45px;" class="logo">
9595
<img src="/img/New_Nintendo_3DS_Edition.webp" style="width: 180px; vertical-align: middle; position: relative; bottom: 3px; image-rendering: auto;">
@@ -110,7 +110,7 @@
110110
</div>
111111

112112

113-
<div class="dropDownContainer closed">
113+
<div class="dropDownContainer closed" style="z-index: 2000;">
114114
<div class="dropDown">
115115
<div id="dropDownContent"></div>
116116
</div>

0 commit comments

Comments
 (0)