Skip to content
Snippets Groups Projects
Unverified Commit ab560c93 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove overflow-scroll on wrapping div (#14149)

parent 3b160b39
Branches
Tags
No related merge requests found
......@@ -197,7 +197,7 @@ export default class PivotTable extends Component {
}
return (
<div className="overflow-scroll no-outline">
<div className="no-outline">
<ScrollSync>
{({ onScroll, scrollLeft, scrollTop }) => (
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment