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

Merge pull request #469 from aquacluck/totk-dialog-scroll-overflow

[totk] CSS tweak for overflow in slot dialog
This commit is contained in:
Marc Robledo 2024-12-09 10:04:47 +01:00 committed by GitHub
commit c3b5549652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;