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 4c85c29 commit 4920acbCopy full SHA for 4920acb
react/components/EXPERIMENTAL_Table/Sections/index.tsx
@@ -33,9 +33,8 @@ function Sections(
33
return (
34
<div
35
style={{ height: disableScroll ? 'auto' : tableHeight, ...motion }}
36
- className={classNames('mw-100', ORDER_CLASSNAMES.TABLE, {
37
- 'overflow-x-auto overflow-y-auto': !disableScroll,
38
- 'overflow-x-auto': disableScroll,
+ className={classNames('mw-100 overflow-x-auto', ORDER_CLASSNAMES.TABLE, {
+ 'overflow-y-auto': !disableScroll,
39
})}>
40
<table
41
ref={ref}
0 commit comments