We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89e75f commit ba93b50Copy full SHA for ba93b50
docs/.vitepress/theme/components/CameraShakeDemo.vue
@@ -68,7 +68,7 @@ const model = computed(() => state?.value?.scene)
68
<style scoped>
69
.hud-overlay {
70
position: absolute;
71
- z-index: 999;
+ z-index: 2;
72
width: 90%;
73
height: 100%;
74
background-image: url('/camera-shake/fake-hud.svg');
0 commit comments