Skip to content

Commit

Permalink
fix: z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 26, 2024
1 parent a899d73 commit 120ca51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/.vitepress/components/BodyScrollbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,14 @@ useEventListener('selectstart', (e) => {
});
</script>
<template>
<div fixed class="BodyScrollbar">
<div fixed z-100 class="BodyScrollbar">
<div
v-show="yShow"
scrollbar-y
fixed
right-2px
top-0
bottom-0
z-100
w-8px
@pointerdown="pointerdownY"
@click="clickBoxY"
Expand All @@ -163,7 +162,6 @@ useEventListener('selectstart', (e) => {
bottom-2px
left-0
right-0
z-100
h-8px
@pointerdown="pointerdownX"
@click="clickBoxX"
Expand Down

0 comments on commit 120ca51

Please sign in to comment.