Skip to content

Commit ba93b50

Browse files
fix: change zIndex hud demo
1 parent d89e75f commit ba93b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/components/CameraShakeDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const model = computed(() => state?.value?.scene)
6868
<style scoped>
6969
.hud-overlay {
7070
position: absolute;
71-
z-index: 999;
71+
z-index: 2;
7272
width: 90%;
7373
height: 100%;
7474
background-image: url('/camera-shake/fake-hud.svg');

0 commit comments

Comments
 (0)