mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-27 16:39:06 -05:00
feat: attempts to boost performance by explicitly activating GPU rendering
This commit is contained in:
@@ -88,7 +88,8 @@ const App = ({
|
||||
width,
|
||||
height,
|
||||
position: 'relative',
|
||||
overflow: 'hidden'
|
||||
overflow: 'hidden',
|
||||
transform: 'translateZ(0)'
|
||||
}}
|
||||
>
|
||||
<Renderer />
|
||||
|
||||
Reference in New Issue
Block a user