Skip to content

Commit

Permalink
fix header z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
ufaboy committed Jan 4, 2024
1 parent 2bb7f65 commit 8de1366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lib-vue",
"private": true,
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ watch(
<IconBurger class="size-10 sm:size-12" :class="{ active: dropdownShow }" />
</button>
<ul
class="absolute left-0 top-[50px] z-10 hidden w-full flex-row flex-wrap items-center bg-blue-500 text-white lg:static lg:mr-4 lg:flex lg:flex-nowrap lg:gap-3 lg:bg-blue-600 dark:bg-gray-900 dark:lg:bg-gray-900"
class="absolute left-0 top-[50px] z-40 hidden w-full flex-row flex-wrap items-center bg-blue-500 text-white lg:static lg:mr-4 lg:flex lg:flex-nowrap lg:gap-3 lg:bg-blue-600 dark:bg-gray-900 dark:lg:bg-gray-900"
:class="{ '!flex pb-3 ': dropdownShow }">
<li class="w-full lg:w-fit">
<router-link
Expand Down

0 comments on commit 8de1366

Please sign in to comment.