Skip to content

Commit

Permalink
Revert "chore: add region to scrollable table (#7744)" (#7784)
Browse files Browse the repository at this point in the history
This reverts commit 67496c5.
  • Loading branch information
hbuchel authored Jun 27, 2024
1 parent 0cee76e commit be293f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MDXComponents/MDXTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const MDXTable: React.FC<MDXTableProps> = ({ children, ...props }) => {
return (
<ScrollView
tabIndex={0}
role="region"
aria-label="Scrollable table"
className="scrollview"
>
Expand Down

0 comments on commit be293f5

Please sign in to comment.