Skip to content

Commit

Permalink
fix: amend fb46a68, hotfix map overlaps user dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Aug 1, 2023
1 parent 1a095c2 commit 7b3b288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/Nav/Top/TopNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
top: 0;
left: 0;
height: var(--height-nav);
/* z-index 0 results in the map overlapping the user dropdown nav menu on desktop */
z-index: 1;
width: 100%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 7b3b288

Please sign in to comment.