Fix padding of party sheet inventory (#2066)

This commit is contained in:
Carlos Fernandez 2026-07-06 14:08:22 -04:00 committed by GitHub
parent 67b0d036a1
commit 7e6fc03230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -7,7 +7,7 @@
.items-section {
display: flex;
flex-direction: column;
gap: 10px;
gap: 10px;
padding: 8px calc(12px - var(--scrollbar-width)) 4px 12px;
.stable-scroll-container();
}

View file

@ -8,10 +8,8 @@
display: flex;
flex-direction: column;
gap: 10px;
overflow-y: auto;
margin-top: 20px;
padding-bottom: 4px;
.with-scroll-shadows();
padding: 8px calc(12px - var(--scrollbar-width)) 4px 12px;
.stable-scroll-container();
}
}
}