Skip to content

Commit

Permalink
fix: set app bar z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jun 17, 2024
1 parent df63620 commit 0f60301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ function handleClick(value: string, { name, icon }: { name: string; icon: string
safe-area-top
fixed
placeholder
:elevation="false"
title-position="center"
:z-index="1000"
:elevation="false"
>
<div class="flex flex-col justify-center h-66px">
<div class="flex items-center gap-20px">
Expand Down

0 comments on commit 0f60301

Please sign in to comment.