1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00

set overflow: hidden

This commit is contained in:
mat 2024-04-13 21:06:32 +00:00
parent ca8d62fb03
commit bcf1e09e4f

View file

@ -8,6 +8,8 @@ export function initGravity(): () => void {
console.log('gravity enabled')
document.body.style.overflow = 'hidden'
// create an engine
const engine = Engine.create({ enableSleeping: true })