fix: interface unusable becasue no interaction was possible

This commit is contained in:
PandaDEV 2024-12-25 23:44:06 +10:00
parent 1417d35cd7
commit 2fa82d7584
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<div>
<div style="pointer-events: auto;">
<NuxtPage />
</div>
</template>
@ -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 {