0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-24 16:35:10 +00:00

[totk] CSS tweak for overflow in slot dialog

This commit is contained in:
aquacluck 2024-12-08 07:46:45 -08:00
parent a2b9584fcc
commit 653d99a7af

View File

@ -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;