mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
Clicking outisde popup dialog box closes it. Grow() time is now based on hacking level
This commit is contained in:
+2
-1
@@ -4,7 +4,7 @@
|
||||
#dialog-box-container {
|
||||
display: none; /* Hidden by default */
|
||||
position: fixed; /* Stay in place */
|
||||
z-index: 1; /* Sit on top */
|
||||
z-index: 2; /* Sit on top */
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%; /* Full width */
|
||||
@@ -15,6 +15,7 @@
|
||||
}
|
||||
|
||||
#dialog-box-content {
|
||||
z-index: 2;
|
||||
background-color: black;
|
||||
margin: 20% auto; /* 20% from the top and centered */
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user