From 025dbd7c1d847370a7221585133dc56f84d5cccd Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 11 Aug 2025 12:23:03 -0700 Subject: [PATCH] Fix: Prevented the Custom CSS Box from becoming infinitely long and shifting its position randomly upon interaction --- Theme/ElegantFin-theme-nightly.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 954a10f..b416e6f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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,