From 16e9e68e0de28c78dbdd2a3a42e47dbedbc004db Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 27 Apr 2023 20:24:08 +0530 Subject: [PATCH 1/3] scroll fix --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 52e7436..052ebf9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,6 +35,7 @@ export default { position: relative; flex-basis: 100vw; min-height: 100%; + overflow: scroll !important; } ::v-deep .new-icons .welcome__label h2, -- GitLab From cb2f110232af6a5f1f1e4280ad291d201e5e8c33 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 27 Apr 2023 23:19:57 +0530 Subject: [PATCH 2/3] scroll fix --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 052ebf9..e8463dd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,7 +29,7 @@ export default {