mirror of
https://github.com/gkd-kit/docs.git
synced 2024-12-27 01:25:36 +08:00
fix: z-index
This commit is contained in:
parent
a899d73227
commit
120ca51aac
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user