From edc6b766cbb59598e4bc1c14ce95f8daa5bb5d8a Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 11 Oct 2025 07:38:03 +0300 Subject: [PATCH] Adjust mobile modal to full-screen --- miniapp/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 {