Skip to content

Commit

Permalink
Fixed Header behind icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Oct 10, 2023
1 parent 52cc62e commit a2eb627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<nav
class="md:fixed w-full p-4 flex justify-between items-center z-10 transition-all duration-500"
class="md:fixed w-full p-4 flex justify-between items-center z-[999] transition-all duration-500"
ref="header"
>
<div class="flex items-center">
Expand Down

0 comments on commit a2eb627

Please sign in to comment.