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

scroll table selector (#8857)

parent 435ebc0e
No related branches found
No related tags found
No related merge requests found
......@@ -798,7 +798,7 @@ export const TablePicker = ({
},
];
return (
<div style={{ width: 300 }}>
<div style={{ width: 300 }} className="scroll-y">
<AccordianList
id="TablePicker"
key="tablePicker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment