From 8b60a8d3c468f4e0e69816214ad8634e5360cdb2 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 21 Dec 2024 21:18:13 +0530 Subject: [PATCH] Fix: Back button was being clipped in focus state in TV layout --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 637e678..6888666 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1013,4 +1013,8 @@ div[data-role=controlgroup] a.ui-btn-active { .emby-select-withcolor>option { color: inherit; background-color: var(--selectorBackgroundColor); +} + +.headerLeft, .skinHeader { +overflow: unset; } \ No newline at end of file