Delete Table Responsive, first Column Freeze

This commit is contained in:
Ibnu Maksum
2024-02-21 14:37:44 +07:00
parent 8072fe40eb
commit 5309cb26db
14 changed files with 27 additions and 34 deletions

View File

@ -41,19 +41,11 @@
}
}
@media only screen and (max-width: 40em) {
thead th:not(:first-child) {
display: none;
}
td,
th {
display: block;
}
td[data-th]:before {
content: attr(data-th);
}
th:first-child,
td:first-child {
position: sticky;
left: 0px;
background-color: #f9f9f9;
}