Fix: Prevented the Custom CSS Box from becoming infinitely long and shifting its position randomly upon interaction

This commit is contained in:
lscambo13
2025-08-11 12:23:03 -07:00
parent 00f14e00dd
commit 025dbd7c1d

View File

@@ -2902,6 +2902,11 @@ div[data-role=controlgroup] a.ui-btn-active {
font-family: consolas, monaco, monospace; font-family: consolas, monaco, monospace;
} }
.customCssContainer textarea {
max-height: 40vh;
overflow-y: auto !important;
}
.emby-select-withcolor, .emby-select-withcolor,
.emby-select, .emby-select,
.emby-input, .emby-input,