From 5eebb0cd85eac13abbb7690f09b4a6e642647c37 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 03:33:19 -0600 Subject: [PATCH] Fix .homeSectionsContainer height. Overlap was breaking movie detail buttons in home slideshow --- lukeflix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lukeflix.css b/lukeflix.css index 2855af1..3d66909 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -549,7 +549,7 @@ body:has(#itemDetailPage) .backdropImage { } .homeSectionsContainer { - top: 64vh !important; + top: 67vh !important; padding: 0 7px !important; }