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; } }