Dashboard: Suppress scrollbars inside widgets

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-08-20 18:32:31 +02:00
parent f092d9c704
commit 66b77790fa
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 2 additions and 1 deletions

View 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