From cf3e8895ee70f5fbfb01456ae742a0393c27f84e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 15 Mar 2023 22:06:36 +0800 Subject: [PATCH] Possible fix to the black box bug inside sheet --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index e4d1a2ff..6ce8ec28 100644 --- a/src/app.css +++ b/src/app.css @@ -981,7 +981,7 @@ body:has(.status-deck) .media-post-link { flex-direction: column; max-height: 90vh; max-height: 90dvh; - overflow: hidden; + /* overflow: hidden; */ background-color: var(--bg-color); width: 100%; max-width: calc(var(--main-width) - 50px - 16px);