Adds overflow-hidden to body.

This commit is contained in:
Steve Ruiz 2021-07-10 17:29:46 +01:00
parent 893c3d214a
commit 8807aaf1b9

View file

@ -132,6 +132,9 @@ const globalStyles = global({
fontSize: '$2', fontSize: '$2',
backgroundColor: '$canvas', backgroundColor: '$canvas',
}, },
body: {
overflow: 'hidden',
},
}) })
export default styled export default styled