Bugfixes and balance tweaks for Hacking missions

This commit is contained in:
danielyxie
2017-10-01 22:27:42 -05:00
parent 13105e33ad
commit 51c37176f1
4 changed files with 30 additions and 34 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
.popup-box-container {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
z-index: 10; /* Sit on top */
left: 0;
top: 0;
width: 100%;
@@ -54,7 +54,7 @@
#log-box-container {
display: block;
position: absolute;
z-index: 2;
z-index: 10;
width: 50%;
height: auto;
max-height: 40%;