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:
Desobediente Civil 2017-07-25 03:01:24 -03:00
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;