Fixes Corporation bribe uninentionally affect Bladeburners under certain circumstances. Also contains small lint fixes found by running npm run lint.

This commit is contained in:
vmesecher
2021-09-25 15:39:30 -07:00
parent 3289f76cd0
commit ce578206eb
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
overflow-y: auto;
z-index: 11; /* Sit on top of the container */
color: var(--my-font-color);
box-shadow: 0px 3px 5px -1px #090, 0px 5px 8px 0px #090, 0px 1px 14px 0px #090;
box-shadow: 0 3px 5px -1px #090, 0 5px 8px 0 #090, 0 1px 14px 0 #090;
}
.popup-box-input-div {