Skip to content

Commit 5835da1

Browse files
author
Justin Martin
committed
fix settings menu.
1 parent 8cb89d0 commit 5835da1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

css/main.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,19 @@ h2 {
210210
margin-left: 8px;
211211
}
212212

213+
.settings-menu-content:before {
214+
content: '';
215+
display: block;
216+
height: 40px;
217+
width: 100%;
218+
position: absolute;
219+
top: -40px;
220+
}
221+
213222
.settings-menu-content {
214223
display: none;
215224
position: absolute;
216-
z-index: 4;
225+
z-index: 5;
217226
padding: 16px;
218227
right: 0;
219228
background-color: #0f1010;

0 commit comments

Comments
 (0)