Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
or2e committed Mar 13, 2024
1 parent c2c9bcc commit cdcb221
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
}

/* TODO: */
/* .o-table__wrapper--sticky-header thead {
.o-table__wrapper--sticky-header thead {
@apply sticky left-0 top-0 z-50 bg-base-100;
}

Expand All @@ -153,7 +153,7 @@

.o-table__wrapper--sticky-header tfoot {
@apply sticky bottom-0 left-0 bg-base-100;
} */
}

.o-table__detail {
@apply bg-base-200;
Expand Down

0 comments on commit cdcb221

Please sign in to comment.