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