fixing double scroll bars in char sheet

This commit is contained in:
moliloo 2025-07-21 21:16:30 -03:00
parent 5dd364a31f
commit d7d5c279e7
4 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,7 @@
height: 100%;
width: 100%;
padding-bottom: 0;
overflow: auto;
overflow-x: auto;
.character-sidebar-sheet {
grid-row: 1 / span 2;