Browse Source

Fix navbar dropdown position in Firefox ESR

spaghetti 8 years ago
parent
commit
2af08c0049

+ 1
- 0
static/styles/beluga/style.css View File

@@ -322,6 +322,7 @@ p.min_padding {
322 322
   background: #509599;
323 323
   margin-top: 50px;
324 324
   z-index: 99999;
325
+  left: 0;
325 326
 }
326 327
 
327 328
 #menu > ul > .nav_dropdown:hover {

+ 1
- 0
static/styles/genaviv/style.css View File

@@ -1207,6 +1207,7 @@ td {
1207 1207
   width: 100%;
1208 1208
   z-index: 99999;
1209 1209
   margin-top: 14px;
1210
+  left: 0;
1210 1211
 }
1211 1212
 #nav_links > #links_menu {
1212 1213
   width: 120px;

+ 1
- 0
static/styles/oppai/style.css View File

@@ -214,6 +214,7 @@ ul.thin li { margin:0px 0px; padding:0px; }
214 214
   width: 100%;
215 215
   z-index: 99999;
216 216
   margin-top: 32px;
217
+  left: 0;
217 218
 }
218 219
 
219 220
 #nav_links > #links_menu {

Loading…
Cancel
Save