Skip to content

Commit d87f01c

Browse files
committed
chore: add comment for scrollbar
1 parent 858b524 commit d87f01c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/styles/internal/_scrollbar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $scrollbar-width: helpers.px-to-rem(8);
1010
&[data-field-sizing="content"] {
1111
&:is([data-hide-resizer="true"], [data-resize="none"]) {
1212
@supports (field-sizing: content) {
13+
/* We don't show a scrollbar if we use field-sizing: content and no resizer is available*/
1314
scrollbar-width: none;
1415
}
1516
}

0 commit comments

Comments
 (0)