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 0cee76e commit be293f5Copy full SHA for be293f5
src/components/MDXComponents/MDXTable.tsx
@@ -9,7 +9,6 @@ export const MDXTable: React.FC<MDXTableProps> = ({ children, ...props }) => {
9
return (
10
<ScrollView
11
tabIndex={0}
12
- role="region"
13
aria-label="Scrollable table"
14
className="scrollview"
15
>
0 commit comments