xpenatan / gdx-teavm

Run Libgdx in a webbrowser with teavm
Apache License 2.0
107 stars 16 forks source link

Bugfix: blank line on top of HTML body on mobile. #89

Closed noblemaster closed 1 year ago

noblemaster commented 1 year ago

The CSS parameter display: flex produced a blank line on top of the HTML document on mobile devices. I also moved the style paremeters for <BODY> into the style section.

Fixes: https://github.com/xpenatan/gdx-teavm/issues/87