Skip to content

Commit

Permalink
fix(app-layout): update default z-index (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Sep 8, 2023
1 parent e2eb3e5 commit 7359d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const props = defineProps({
},
zIndex: {
type: Number,
default: 2,
default: 3,
},
// Props that only impact mobile
open: {
Expand Down

0 comments on commit 7359d1e

Please sign in to comment.