From 5e9560570f03ae5cc9759556afe9c66d00e6dd30 Mon Sep 17 00:00:00 2001 From: heaven Date: Thu, 16 Apr 2026 01:55:03 +0300 Subject: [PATCH] fix scrolling login page on native app --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 6fabdbf8..cedeaff7 100644 --- a/src/index.css +++ b/src/index.css @@ -47,6 +47,7 @@ body { margin: 0; padding: 0; height: 100%; + overflow: hidden; background-color: var(--oq6d070); font-family: var(--font-secondary); font-size: 16px;