From 46a2a2c12298a508914f319870390cdfea93a77a Mon Sep 17 00:00:00 2001 From: Dreytac Date: Thu, 4 Jul 2024 23:24:39 +1000 Subject: [PATCH] Fix item buttons not appearing on tablet display. --- jellyfin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jellyfin.css b/jellyfin.css index a93464d..0369891 100644 --- a/jellyfin.css +++ b/jellyfin.css @@ -5,6 +5,10 @@ padding: .35em 1.9em .35em .35em; } +.layout-mobile .detailPagePrimaryContainer { + z-index: 0 !important; +} + .section0 .sectionTitle { display: none; }