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
4817005733
commit
741ebf5177
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