Skip to content

Commit

Permalink
fix: make sure menu button on lg screen is relative to header
Browse files Browse the repository at this point in the history
  • Loading branch information
waylaidwanderer committed Mar 23, 2023
1 parent 56d0647 commit d1aecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ onMounted(() => {
'lg:ml-0': !isMenuOpening,
}"
>
<header class="px-3 py-6 text-center bg-purple-500/[15%] shadow">
<header class="px-3 py-6 text-center bg-purple-500/[15%] shadow relative">
<!-- Menu icon -->
<button
@click="isMenuOpen = true"
Expand Down

0 comments on commit d1aecb5

Please sign in to comment.