From: Simon L Date: Tue, 8 Nov 2022 18:03:31 +0000 (+0100) Subject: fix dashboard scrolling X-Git-Tag: v26.0.0beta1~406^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=07de9fa4e817a3445bb950b912e7d6c2c71a64c9;p=nextcloud-server.git fix dashboard scrolling Signed-off-by: Simon L --- diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 8a823c48a1b..d550501cade 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -638,6 +638,5 @@ html, body { #content { overflow: auto; - position: static !important;; }