Skip to content

Commit

Permalink
* dtable: optimize header border on scrolled down.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 27, 2023
1 parent a0dc0dd commit 11d7f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dtable/src/style/scrollbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@apply -transition-colors -duration-1000;
}
.dtable-scrolled-down .dtable-header {
@apply -border-b -border-b-border-strong;
@apply -border-b -border-b-inverse/20;
}

.dtable-scroll-shadow {
Expand Down

0 comments on commit 11d7f68

Please sign in to comment.