We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb89d0 commit 5835da1Copy full SHA for 5835da1
css/main.css
@@ -210,10 +210,19 @@ h2 {
210
margin-left: 8px;
211
}
212
213
+.settings-menu-content:before {
214
+ content: '';
215
+ display: block;
216
+ height: 40px;
217
+ width: 100%;
218
+ position: absolute;
219
+ top: -40px;
220
+}
221
+
222
.settings-menu-content {
223
display: none;
224
position: absolute;
- z-index: 4;
225
+ z-index: 5;
226
padding: 16px;
227
right: 0;
228
background-color: #0f1010;
0 commit comments