diff --git a/app.vue b/app.vue index 8f75e44..2d69efc 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,5 @@ @@ -59,6 +59,8 @@ onMounted(async () => { scroll-behavior: smooth; scrollbar-width: thin; user-select: none; + position: relative; + z-index: 1; --os-handle-bg: #ADA9A1; --os-handle-bg-hover: #78756F; @@ -66,11 +68,12 @@ onMounted(async () => { } html, -body, -#__nuxt { +body { background-color: transparent; width: 750px; height: 474px; + user-select: none !important; + pointer-events: none !important; } .os-scrollbar-horizontal { diff --git a/components/Noise.vue b/components/Noise.vue index 41bb879..67fcbff 100644 --- a/components/Noise.vue +++ b/components/Noise.vue @@ -12,7 +12,7 @@ height: 100vh; pointer-events: none; user-select: none; - z-index: 0; + z-index: -1; background-image: url('/noise.png'); background-repeat: repeat; image-rendering: pixelated;