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:
commit
c3b5549652
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user