Skip to content

Commit 7366c9b

Browse files
authored
fix(Table): sticky column (#1283)
1 parent a6fac44 commit 7366c9b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/Table/Table.scss

+2-5
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,11 @@
7878
text-align: right;
7979
}
8080

81-
&_sticky_left,
82-
&_sticky_right {
81+
#{variables.$block} &_sticky_left,
82+
#{variables.$block} &_sticky_right {
8383
position: sticky;
8484
z-index: 2;
85-
}
8685

87-
&_sticky_left,
88-
&_sticky_right {
8986
background: var(--g-color-base-background);
9087
}
9188

0 commit comments

Comments
 (0)