Enable scrollbar for too long content, same way as in Dashboard customize

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
pull/23130/head
Jan C. Borchardt 4 years ago
parent f240794f2b
commit b1d0fd27c1
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17

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…
Cancel
Save