1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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
4 changed files with 7 additions and 3 deletions

View File

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