Skip to content

Commit 5a7e352

Browse files
committed
chore: fix sass deprecation warning
1 parent 2a4e460 commit 5a7e352

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libs/cdk/virtual-table/styles/columns.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
flex: 1 1 auto;
88
box-sizing: border-box;
99

10-
&--virtual {
11-
position: relative;
12-
overflow: hidden;
13-
box-sizing: border-box;
14-
}
15-
1610
// preserve cdk handle
1711
touch-action: initial !important;
1812
-webkit-user-drag: initial !important;
1913
-webkit-tap-highlight-color: initial !important;
2014
user-select: initial !important;
2115

16+
&--virtual {
17+
position: relative;
18+
overflow: hidden;
19+
box-sizing: border-box;
20+
}
21+
2222
&--sticky-left,
2323
&--sticky-right {
2424
position: sticky;

0 commit comments

Comments
 (0)