Enable scrollbar for too long content, same way as in Dashboard customize
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
f240794f2b
commit
b1d0fd27c1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -233,6 +233,9 @@ export default {
|
|||
min-width: 500px;
|
||||
min-height: 200px;
|
||||
padding: 8px 20px 20px 20px;
|
||||
// Enable scrollbar for too long content, same way as in Dashboard customize
|
||||
max-height: 70vh;
|
||||
overflow: auto;
|
||||
|
||||
&__header {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue