Change mobile cope styles

1c69ba1ae39a7b5780b0feabb15dbd138582158d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -1Showing whitespace changes
public/css/popup.css+3 -1
@@ -173,6 +173,8 @@ body.no-blur .popup[open]::backdrop {
173173
174174@media screen and (max-width: 1000px) {
175175 .popup .popup-body {
176176 height: autofit-content;
177+ max-height: 95vh;
178+ max-height: 95svh;
177179 }
178180}