From 1a7975ed1a34ef3937522807edb62e64960a082b Mon Sep 17 00:00:00 2001 From: keventhen4 Date: Mon, 22 Apr 2024 16:38:56 -0700 Subject: [PATCH] Add scrollbar to bagspace-world Also appeared in this file, not sure if duplicate or needs fixing but can't hurt? #712 --- css/dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/dark.css b/css/dark.css index d77de77d..371d80d6 100644 --- a/css/dark.css +++ b/css/dark.css @@ -90,6 +90,7 @@ div#outfitting { #bagspace-world { border: 1px solid #EEE; + overflow-y: auto; } div.supplyItem {