Skip to content

Commit

Permalink
feat: set to 1002 to be in front of gn header
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Dec 27, 2023
1 parent 9378cd2 commit f2ac630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ onMounted(() => {
></ChevronDownIcon>
</button>
<ul
class="absolute hidden group-hover:block border rounded w-full admin-dropdown z-[101] bg-white"
class="absolute hidden group-hover:block border rounded w-full admin-dropdown z-[1002] bg-white"
>
<li :class="{ active: props.activeApp === 'geonetwork' }">
<a
Expand Down

0 comments on commit f2ac630

Please sign in to comment.