diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-22 02:12:41 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 01:12:41 +0300 |
| commit | 04dfe7e557389e1dc7c9f913074b3400d71dc097 (patch) | |
| tree | 3c112fef80473bad01fb387f0326ba8f89bd2c6b /frontend/src/App.css | |
| parent | feat/frontend: add general mobile support (#275) (diff) | |
| download | lphub-04dfe7e557389e1dc7c9f913074b3400d71dc097.tar.gz lphub-04dfe7e557389e1dc7c9f913074b3400d71dc097.tar.bz2 lphub-04dfe7e557389e1dc7c9f913074b3400d71dc097.zip | |
fix/frontend: mobile scrolling, maps and profile clipping (#276)
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | body { | 20 | body { |
| 21 | overflow: hidden; | 21 | overflow-x: hidden; |
| 22 | background-color: #141520; | 22 | background-color: #141520; |
| 23 | margin: 0; | 23 | margin: 0; |
| 24 | } | 24 | } |