File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
--cell-padding : #{spacing (default )} ;
27
27
// Must be greater than 40 as that is the length of the generated z-indexes for header cells
28
28
--sticky-end-z : 50 ;
29
+ --grip-vertical-adjustment : 50% ;
29
30
@include reset ;
30
31
@include typography ;
31
32
border-collapse : separate ;
36
37
37
38
& .ts-table--compact {
38
39
--cell-padding : #{spacing (small , 2 )} ;
40
+ --grip-vertical-adjustment : calc (50% - 4px );
39
41
}
40
42
41
43
// Class added to all sticky-end cells
219
221
// Visible container for grabber
220
222
& ::before {
221
223
background-color : color (primary );
222
- bottom : 0 ;
224
+ bottom : 1 px ;
223
225
content : ' ' ;
224
226
display : block ;
225
227
left : 50% ;
241
243
left : 50% ;
242
244
position : absolute ;
243
245
top : 30% ;
244
- transform : rotate (90deg ) translate (50 % , -3px );
246
+ transform : rotate (90deg ) translate (var ( --grip-vertical-adjustment ) , -3px );
245
247
z-index : var (--z-index-resize-grabber );
246
248
}
247
249
}
You can’t perform that action at this time.
0 commit comments