fix: z-index

This commit is contained in:
二刺螈 2024-11-26 15:06:16 +08:00
parent a899d73227
commit 120ca51aac

View File

@ -131,7 +131,7 @@ useEventListener('selectstart', (e) => {
});
</script>
<template>
<div fixed class="BodyScrollbar">
<div fixed z-100 class="BodyScrollbar">
<div
v-show="yShow"
scrollbar-y
@ -139,7 +139,6 @@ useEventListener('selectstart', (e) => {
right-2px
top-0
bottom-0
z-100
w-8px
@pointerdown="pointerdownY"
@click="clickBoxY"
@ -163,7 +162,6 @@ useEventListener('selectstart', (e) => {
bottom-2px
left-0
right-0
z-100
h-8px
@pointerdown="pointerdownX"
@click="clickBoxX"