From 9439ea408e40a9324d5012019fce7571bbe792b9 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 27 Oct 2022 00:06:19 -0400 Subject: [PATCH] Backport pull request #4039 from jellyfin/release-10.8.z Fix card cropping on item details page Original-merge: fb39a5670000e27e95c4f807c993ac0a1158a215 Merged-by: Bill Thornton Backported-by: Bill Thornton --- src/assets/css/librarybrowser.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/assets/css/librarybrowser.scss b/src/assets/css/librarybrowser.scss index d5020a1006..cc3389f3ee 100644 --- a/src/assets/css/librarybrowser.scss +++ b/src/assets/css/librarybrowser.scss @@ -918,6 +918,8 @@ left: 3.3%; top: -80%; width: 25vw; + // FIXME: the fixed width + max height cause the card to be cropped this needs a proper fix + max-height: none; } .layout-tv & {