mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13:53 +00:00
refactor: improve overflow style
This commit is contained in:
committed by
Carlos Valente
parent
2867c8301d
commit
665496907e
@@ -1,15 +1,12 @@
|
||||
.eventEditor {
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
padding-inline: 0.5rem;
|
||||
|
||||
max-height: 80vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-right: 4px;
|
||||
padding-inline: 0.5rem 1.5rem;
|
||||
padding-bottom: 4rem;
|
||||
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user