From 3fbe11295f76369c96210b72078fd932aeb2c049 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 10 Feb 2024 22:22:25 +0800 Subject: [PATCH] Don't use dvh for this --- src/components/status.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 97487dcd..3ad5b82f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -747,7 +747,6 @@ .timeline-deck .status .content { max-height: 50vh; - max-height: 50dvh; overflow: clip; position: relative; }