refactor: improve overflow style

This commit is contained in:
Carlos Valente
2025-02-17 20:13:42 +01:00
committed by Carlos Valente
parent 2867c8301d
commit 665496907e
@@ -1,15 +1,12 @@
.eventEditor { .eventEditor {
max-height: 100%; max-height: 80vh;
overflow-y: auto;
padding-inline: 0.5rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-x: auto; overflow-x: auto;
} }
.content { .content {
padding-right: 4px; padding-inline: 0.5rem 1.5rem;
padding-bottom: 4rem; padding-bottom: 4rem;
flex: 1; flex: 1;