Skip to content

Commit

Permalink
fix(Table): sticky column
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kharitonov committed Jan 29, 2024
1 parent a6fac44 commit 0ba2736
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,11 @@
text-align: right;
}

&_sticky_left,
&_sticky_right {
#{variables.$block} &_sticky_left,
#{variables.$block} &_sticky_right {
position: sticky;
z-index: 2;
}

&_sticky_left,
&_sticky_right {
background: var(--g-color-base-background);
}

Expand Down

0 comments on commit 0ba2736

Please sign in to comment.