fix maximized-card card-body overflow (#2915)

pull/2920/head
REJack 2020-07-23 22:18:44 +02:00 committed by GitHub
parent 16686958b6
commit bafc8e67b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
display: block !important;
}
.card-body {
overflow: auto;
}
[data-widget="collapse"] {
display: none;
}