From 653d99a7af00e4ec2e7d337488248e1919bf144a Mon Sep 17 00:00:00 2001 From: aquacluck Date: Sun, 8 Dec 2024 07:46:45 -0800 Subject: [PATCH] [totk] CSS tweak for overflow in slot dialog --- zelda-totk/zelda-totk.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zelda-totk/zelda-totk.css b/zelda-totk/zelda-totk.css index 430157a..1a44a90 100644 --- a/zelda-totk/zelda-totk.css +++ b/zelda-totk/zelda-totk.css @@ -42,6 +42,10 @@ body{ /* pick savegame slot screen */ +#container-savegameslots{ + max-height: 90vh; + overflow: scroll; +} #container-savegameslots .row-item{ background-color: rgba(0,0,0,0.2); padding:0;