Dashboard: Suppress scrollbars inside widgets
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
f092d9c704
commit
66b77790fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue