From 36e852bebbfa4bc2fe222708c1df53bd9fa40847 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 28 Jan 2024 00:49:11 +0800 Subject: [PATCH] Fix weird overflow: clip bug on Chrome --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 28128661..fa972d73 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -206,7 +206,7 @@ .status-card:not(.status-carousel .status) :is(.content, .poll, .media-container) { max-height: 160px !important; - overflow: clip; + overflow: hidden; } .status.small:not(.status-carousel .status, .status.large .status) .status-card