From 787778115d6ddd19dafc0ee62e4e92a9da709702 Mon Sep 17 00:00:00 2001 From: keventhen4 Date: Tue, 4 Jun 2024 21:11:26 -0700 Subject: [PATCH] Automatic Scrollable Bagspace Makes bagspace scrollable if there are too many rows of items while exploring dusty path --- 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 +}