@@ -16,7 +16,8 @@ export default {
background: 'white',
zIndex: 9999,
width: windowSize.width,
- height: windowSize.height
+ height: windowSize.height,
+ overflowY: 'scroll',
}
return {
wrapperStyle,