From 384ce22d679695df4202483652bf7e64dad21a9e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 26 May 2025 09:52:26 -0700 Subject: [PATCH] Fix: Header buttons in focus were being clipped 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 fdc6351..126d00a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2867,6 +2867,10 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { height: 6em; } +.layout-tv .sectionTabs .emby-tabs.smoothScrollX { + overflow: visible !important; +} + .headerTabs.sectionTabs .emby-tab-button { display: inline-flex; margin: 0;