mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
refactor: improve overflow style
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user