css style to avoid the scrollbar

This commit is contained in:
BrutPitt 2025-03-25 06:21:01 +01:00
parent 8b08198c15
commit a203864a4a

2
examples/example_sdl2_wgpu/web/index.html Normal file → Executable file
View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<title>Dear ImGui Emscripten+GLFW+WebGPU example</title>
<style>
body { margin: 0; background-color: black }
body { margin: 0; background-color: black; overflow: hidden; }
.emscripten {
position: absolute;
top: 0px;