refactor: improve editor overflow

This commit is contained in:
Carlos Valente
2025-03-01 22:02:45 +01:00
committed by Carlos Valente
parent 6ca4bfc363
commit 718a6ad2b7
2 changed files with 7 additions and 2 deletions
@@ -1,8 +1,12 @@
.eventEditor {
max-height: 80vh;
max-height: 100%;
display: flex;
flex-direction: column;
overflow-x: auto;
&.inModal {
max-height: 80vh;
}
}
.content {