Update _tables.scss

minor tweak for sticky table
This commit is contained in:
Muhammad Irwan Andriawan
2023-08-09 11:53:07 +07:00
committed by GitHub
parent 7d608b5f75
commit f7c25f7762
+6
View File
@@ -55,6 +55,12 @@ table td img {
height: 22px;
}
@media only screen and (min-width: 768px) {
.table th.position-sticky {
top: 81px;
}
}
// .table-hover {
// tbody tr {
// @include hover() {