Fix blocking text element
This commit is contained in:
parent
5f71f5c38b
commit
1b9e8857e0
7 changed files with 43 additions and 62 deletions
|
@ -46,6 +46,7 @@ export default function Canvas() {
|
|||
|
||||
const MainSVG = styled('svg', {
|
||||
position: 'fixed',
|
||||
overflow: 'hidden',
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: '100%',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue