fix: prevent reflow between entry editors

This commit is contained in:
Carlos Valente
2025-08-18 07:23:59 +02:00
committed by Carlos Valente
parent 7ee0de5341
commit 7ce1097826
3 changed files with 3 additions and 3 deletions
@@ -13,7 +13,7 @@
display: flex;
flex-direction: column;
gap: 1.5rem;
overflow-y: auto;
overflow-y: scroll;
}
.timeSettings {