Adds overflow-hidden to body.
This commit is contained in:
parent
893c3d214a
commit
8807aaf1b9
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ const globalStyles = global({
|
||||||
fontSize: '$2',
|
fontSize: '$2',
|
||||||
backgroundColor: '$canvas',
|
backgroundColor: '$canvas',
|
||||||
},
|
},
|
||||||
|
body: {
|
||||||
|
overflow: 'hidden',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
export default styled
|
export default styled
|
||||||
|
|
Loading…
Reference in a new issue