Skip to content

Commit

Permalink
Select Header - fixed content size - scroll in list#75 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
civan authored Oct 2, 2023
1 parent 1f5802a commit 4d58f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/style/Default.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $radius: var(--border-radius-2);

&.fixHeader {
border-radius: 0 0 $radius $radius;
.thead {
.thead, .caption {
position: sticky;
top: 0;
z-index: 1;
Expand Down

0 comments on commit 4d58f8e

Please sign in to comment.