feat: attempts to boost performance by explicitly activating GPU rendering

This commit is contained in:
Mark Mankarious
2023-10-12 15:13:22 +01:00
parent 35850c44b1
commit 0dc27b7be4

View File

@@ -88,7 +88,8 @@ const App = ({
width,
height,
position: 'relative',
overflow: 'hidden'
overflow: 'hidden',
transform: 'translateZ(0)'
}}
>
<Renderer />