site/www/css/shader-style.css

12 lines
125 B
CSS
Raw Normal View History

2026-01-31 09:27:48 +10:00
.gl-canvas-bg {
display:block;
width: 100vw;
height: 100vh;
2026-01-31 09:27:48 +10:00
position: fixed;
left: 0;
top: 0;
2026-01-31 09:27:48 +10:00
z-index: -1;
}