From cd0ecb961f8ab466f3e878d49327809ca522bd08 Mon Sep 17 00:00:00 2001 From: Desobediente Civil Date: Tue, 25 Jul 2017 03:01:24 -0300 Subject: [PATCH] Account for negative money This should guarantee that in the event the balance becomes negative, there will be no scrolling bars. --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index fdbdc3b48..e469d331a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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;