hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
11.1k stars 665 forks source link

a scrollbar is unexpectedly shown on browsers #3066

Closed hajimehoshi closed 3 months ago

hajimehoshi commented 3 months ago

Ebitengine Version

949d6abe6ff8d5841f42dd424961d7de102cd4de

Operating System

Go Version (go version)

go version go1.22.6 darwin/arm64

What steps will reproduce the problem?

Run wasmserve ./examples/blocks and open localhost:8080 on Windows Chrome

What is the expected result?

A scrollbar is not shown

What happens instead?

A scrollbar is shown

Anything else you feel useful to add?

Reported by @eihigh

This is not reproducible on macOS.