Remove certain fieldsets and adjust scrollsbars

This commit is contained in:
Carlos Fernandez 2026-07-03 00:58:48 -04:00
parent 53ed9fc792
commit 7409a577f6
28 changed files with 283 additions and 285 deletions

View file

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