From 0f113adb13381f0d122596361453969244a5ccc2 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 5 Jul 2024 12:50:48 +0200 Subject: [PATCH] Fixed scroll problem on small devices --- src/AppComponent.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AppComponent.vue b/src/AppComponent.vue index 58762c9..b0d53f4 100644 --- a/src/AppComponent.vue +++ b/src/AppComponent.vue @@ -77,7 +77,8 @@ body { flex: 1; display: flex; color: #000; - overflow: hidden; + overflow-y: hidden; + overflow-x: auto; } .left-column {