]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: Suppress scrollbars inside widgets
authorJan C. Borchardt <hey@jancborchardt.net>
Thu, 20 Aug 2020 16:32:31 +0000 (18:32 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Thu, 20 Aug 2020 16:32:31 +0000 (18:32 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/dashboard/src/App.vue

index 26852f19b775130c8459f7a996f6b2b4ce9ac118..70cc75b675b1a9f8d50edf1f443c10cec9824694 100644 (file)
@@ -395,7 +395,8 @@ export default {
                & > .panel--content {
                        margin: 0 16px 16px 16px;
                        height: 420px;
-                       overflow: auto;
+                       // We specifically do not want scrollbars inside widgets
+                       overflow: hidden;
                }
 
                // No need to extend height of widgets if only one column is shown