Skip to content

Commit

Permalink
docs: fix demo components z-index
Browse files Browse the repository at this point in the history
Fixes #670
  • Loading branch information
benjamincanac committed Sep 13, 2023
1 parent 4c58330 commit 3b8ca98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/home/HomeDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ onMounted(() => {
<RadioExample />
</div>

<div :ref="(el) => (refs[4] = el)" class="col-span-2 animate-left z-[50]">
<div :ref="(el) => (refs[4] = el)" class="col-span-2 animate-left z-10">
<DropdownExampleBasic :popper="{ placement: 'bottom-start', strategy: 'absolute' }" />
</div>

Expand Down Expand Up @@ -114,7 +114,7 @@ onMounted(() => {
</UCard>
</div>

<div :ref="(el) => (refs[7] = el)" class="col-span-2 row-span-2 gap-6 flex flex-col animate-right ">
<div :ref="(el) => (refs[7] = el)" class="col-span-2 row-span-2 gap-6 flex flex-col animate-right z-10">
<CheckboxExample />

<InputExampleClearable />
Expand Down

1 comment on commit 3b8ca98

@vercel
Copy link

@vercel vercel bot commented on 3b8ca98 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.