Fix padding of party sheet inventory

This commit is contained in:
Carlos Fernandez 2026-07-05 19:50:41 -04:00
parent cb43ffed9b
commit 1b3ce9fcbb
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();
}
}
}