mirror of
https://github.com/webgpu/webgpufundamentals.git
synced 2026-05-16 10:20:57 -04:00
10 lines
105 B
CSS
10 lines
105 B
CSS
.camera-rig {
|
|
position: relative;
|
|
|
|
.ui {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
}
|
|
}
|