Browse Source
Dashboard: Suppress scrollbars inside widgets
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
pull/22340/head
Jan C. Borchardt
5 years ago
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with
2 additions and
1 deletions
-
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 |
|
|
|
|