diff --git a/miniapp/index.html b/miniapp/index.html index 1c49a527..d7da874d 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -2591,6 +2591,21 @@ display: flex; flex-direction: column; gap: 18px; + overflow-y: auto; + } + + @media (max-width: 600px) { + .modal-backdrop { + padding: 0; + align-items: stretch; + } + + .modal { + max-width: none; + height: 100vh; + border-radius: 0; + box-shadow: none; + } } .modal-header {