Add overflow-hidden

This commit is contained in:
Bill 2021-06-22 04:08:53 -04:00
parent 9110315621
commit 8e4437835a

View File

@ -51,6 +51,7 @@ $nitro-card-top-height: $nitro-card-header-height + $nitro-card-tabs-height;
width: 100%; width: 100%;
height: 100%; height: 100%;
transform: none !important; transform: none !important;
overflow: hidden;
} }
.nitro-card { .nitro-card {