mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
fix: prevent reflow between entry editors
This commit is contained in:
committed by
Carlos Valente
parent
7ee0de5341
commit
7ce1097826
@@ -13,7 +13,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
overflow-y: auto;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.timeSettings {
|
||||
|
||||
Reference in New Issue
Block a user