mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 20:07:04 +02:00
Fix popup boxes not on top
This commit is contained in:
Vendored
+1
-1
@@ -2366,7 +2366,7 @@ input[type="checkbox"] {
|
||||
/* Initially hidden */
|
||||
position: fixed;
|
||||
/* Stay in place */
|
||||
z-index: 10;
|
||||
z-index: 1300;
|
||||
/* Sit on top */
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user