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 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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