webgl-demo use canvas as background layer

This commit is contained in:
Emile Clark-Boman 2025-07-28 13:32:59 +10:00
parent 5bc7c97791
commit 078f36b174
2 changed files with 10 additions and 1 deletions

8
www/shader-style.css Normal file
View file

@ -0,0 +1,8 @@
.gl-canvas-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}