From 1c69ba1ae39a7b5780b0feabb15dbd138582158d Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:51:10 +0300 Subject: [PATCH] Change mobile cope styles --- public/css/popup.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/popup.css b/public/css/popup.css index 3a1881353..b7a32ec89 100644 --- a/public/css/popup.css +++ b/public/css/popup.css @@ -173,6 +173,8 @@ body.no-blur .popup[open]::backdrop { @media screen and (max-width: 1000px) { .popup .popup-body { - height: auto; + height: fit-content; + max-height: 95vh; + max-height: 95svh; } }