From 9d1a11d9e9c6a866de7fb0c172ec79657a592fc5 Mon Sep 17 00:00:00 2001 From: keventhen4 Date: Mon, 22 Apr 2024 16:36:34 -0700 Subject: [PATCH] Add scrollbar to bagspace-world Actual fix to #712 I think, not sure if previous commit even works sorry. --- css/world.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/world.css b/css/world.css index 1d4c0db8c..b0f2219e6 100644 --- a/css/world.css +++ b/css/world.css @@ -33,7 +33,7 @@ height: 62px; margin-bottom: 5px; margin-top: 13px; - overflow: hidden; + overflow-y: auto; } #bagspace-world > div { @@ -71,4 +71,4 @@ div.supplyItem { margin: 0px 5px 6px 0px; padding: 0 5px; cursor: default; -} \ No newline at end of file +}