Files
webgpufundamentals/webgpu/lessons/webgpu-picking.css
2026-01-07 22:25:08 -08:00

6 lines
85 B
CSS

.id-render {
width: 100%;
height: 100%;
display: block;
touch-action: none;
}