We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858b524 commit d87f01cCopy full SHA for d87f01c
packages/components/src/styles/internal/_scrollbar.scss
@@ -10,6 +10,7 @@ $scrollbar-width: helpers.px-to-rem(8);
10
&[data-field-sizing="content"] {
11
&:is([data-hide-resizer="true"], [data-resize="none"]) {
12
@supports (field-sizing: content) {
13
+ /* We don't show a scrollbar if we use field-sizing: content and no resizer is available*/
14
scrollbar-width: none;
15
}
16
0 commit comments