mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
css style to avoid the scrollbar
This commit is contained in:
parent
8b08198c15
commit
a203864a4a
1 changed files with 1 additions and 1 deletions
2
examples/example_sdl2_wgpu/web/index.html
Normal file → Executable file
2
examples/example_sdl2_wgpu/web/index.html
Normal file → Executable 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue