From 5c9602a46bcd454c7d0924bb48bb03f38e74ed1c Mon Sep 17 00:00:00 2001 From: "v.lagerev" 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;