diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/src/App.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 26852f19b77..70cc75b675b 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -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 |