diff --git a/src/interface/index.js b/src/interface/index.js index a1a3e6f..97ae3f2 100644 --- a/src/interface/index.js +++ b/src/interface/index.js @@ -46,6 +46,7 @@ const styles = { boxSizing: 'border-box', padding: '10px 20px', backgroundColor: 'white', + overflowY: 'auto', borderLeft: `1px solid ${grey300}` }, sliceActions: {