10596 add overflow-auto to card-body (#10621)

* 10596 add overflow-auto to card-body

* 10596 add overflow-auto to card-body
This commit is contained in:
Arthur Hanson 2022-10-12 05:31:02 -07:00 committed by GitHub
parent a9e583a693
commit cc811e5a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

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

View File

@ -1039,3 +1039,7 @@ html {
} }
} }
} }
.card .card-body {
@extend .overflow-auto;
}