Skip to content

Commit 67496c5

Browse files
authored
chore: add region to scrollable table (#7744)
1 parent a946995 commit 67496c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MDXComponents/MDXTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const MDXTable: React.FC<MDXTableProps> = ({ children, ...props }) => {
99
return (
1010
<ScrollView
1111
tabIndex={0}
12+
role="region"
1213
aria-label="Scrollable table"
1314
className="scrollview"
1415
>

0 commit comments

Comments
 (0)