Fix blocking text element

This commit is contained in:
Steve Ruiz 2021-06-18 15:39:07 +01:00
parent 5f71f5c38b
commit 1b9e8857e0
7 changed files with 43 additions and 62 deletions

View file

@ -46,6 +46,7 @@ export default function Canvas() {
const MainSVG = styled('svg', {
position: 'fixed',
overflow: 'hidden',
top: 0,
left: 0,
width: '100%',