fix(ui/checklist): list items no longer clipped by viewport

This commit is contained in:
2026-05-08 11:33:17 +03:00
parent 79c1b33efc
commit c7632ac7c9

View File

@@ -54,7 +54,8 @@ export default {
#pantry-main {
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
min-height: 0;
overflow: hidden;
}