aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/SmartList/SmartList.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SmartList/SmartList.js b/src/components/SmartList/SmartList.js
index 68235a2..b462c47 100644
--- a/src/components/SmartList/SmartList.js
+++ b/src/components/SmartList/SmartList.js
@@ -7,7 +7,7 @@ import AutoSizer from 'react-virtualized-auto-sizer';
const SmartList = ({ itemSize, itemCount, renderItem }) => {
return (
- <div style={{ flex: '1 1 auto'}}>
+ <div style={{ flex: '1 1 auto', overflow: 'hidden' }}>
<AutoSizer>
{({ width, height }) => (
<FixedSizeList