mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
refactor: improve editor overflow
This commit is contained in:
committed by
Carlos Valente
parent
6ca4bfc363
commit
718a6ad2b7
@@ -1,8 +1,12 @@
|
||||
.eventEditor {
|
||||
max-height: 80vh;
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: auto;
|
||||
|
||||
&.inModal {
|
||||
max-height: 80vh;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user