Fix .homeSectionsContainer height. Overlap was breaking movie detail buttons in home slideshow

This commit is contained in:
2026-07-28 03:33:19 -06:00
parent 20d639d49f
commit 5eebb0cd85

View File

@@ -549,7 +549,7 @@ body:has(#itemDetailPage) .backdropImage {
} }
.homeSectionsContainer { .homeSectionsContainer {
top: 64vh !important; top: 67vh !important;
padding: 0 7px !important; padding: 0 7px !important;
} }