From ba1674b8463ec42e12a3f8979f4d4df0775ede0a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 7 Jan 2023 11:46:30 +0800 Subject: [PATCH] Temporarily disable this This is affecting the default scrollTop position of the status --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 0e50fd3b..6915a92b 100644 --- a/src/app.css +++ b/src/app.css @@ -128,8 +128,8 @@ a.mention span { padding: 0; } .timeline.grow { - min-height: 100vh; - min-height: 100dvh; + /* min-height: 100vh; + min-height: 100dvh; */ padding-bottom: calc(env(safe-area-inset-bottom) + 16px); } .timeline > li {