mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Account for negative money
This should guarantee that in the event the balance becomes negative, there will be no scrolling bars.
This commit is contained in:
parent
4d3ef5cace
commit
cd0ecb961f
@ -326,7 +326,7 @@ a:link, a:visited {
|
||||
/*margin: 50% auto;*/
|
||||
padding: 5px;
|
||||
border: 2px solid var(--my-highlight-color);
|
||||
width: 18%;
|
||||
width: 19%;
|
||||
overflow: auto; /* Enable scroll if needed */
|
||||
background-color: #444; /* Fallback color */
|
||||
z-index: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user