Also remove fieldset for npc features and fix padding issue in full screen notes

This commit is contained in:
Carlos Fernandez 2026-07-03 01:42:34 -04:00
parent 7409a577f6
commit b73c70aeb8
3 changed files with 15 additions and 17 deletions

View file

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