Fix: Prevented the Custom CSS Box from becoming infinitely long and shifting its position randomly upon interaction
This commit is contained in:
parent
00f14e00dd
commit
025dbd7c1d
1 changed files with 5 additions and 0 deletions
|
|
@ -2902,6 +2902,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
font-family: consolas, monaco, monospace;
|
||||
}
|
||||
|
||||
.customCssContainer textarea {
|
||||
max-height: 40vh;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
.emby-select-withcolor,
|
||||
.emby-select,
|
||||
.emby-input,
|
||||
|
|
|
|||
Loading…
Reference in a new issue