mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevented the Custom CSS Box from becoming infinitely long and shifting its position randomly upon interaction
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user