From 78acde8cc0fa4afaab343bb89c599c54120d22b6 Mon Sep 17 00:00:00 2001 From: Alexander Rind <1217527+alex-rind@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:25:14 +0200 Subject: [PATCH] prevent scrolling in landscape mode --- public/index.html | 2 +- src/App.vue | 8 ++++---- src/components/NetworkMap.vue | 3 +++ src/views/HomeView.vue | 6 +++++- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index 1e8f592..95c58bb 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ -
+
diff --git a/src/App.vue b/src/App.vue index 9b83da6..2dfc132 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@