From 04dfe7e557389e1dc7c9f913074b3400d71dc097 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:12:41 +0400 Subject: fix/frontend: mobile scrolling, maps and profile clipping (#276) --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index eb39d85..8325f87 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -18,7 +18,7 @@ a { } body { - overflow: hidden; + overflow-x: hidden; background-color: #141520; margin: 0; } -- cgit v1.2.3