Skip to content

Commit

Permalink
fix popover z-index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Oct 23, 2023
1 parent 536e420 commit eb6c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/routes/(site)/MobileNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
display: none;
}
}
nav a {
text-decoration: none;
color: var(--fg);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

[popover] {
position: fixed;
z-index: 2147483647;
z-index: 10;
inset: 0;
padding: 0.25em;
width: fit-content;
Expand Down

0 comments on commit eb6c2ba

Please sign in to comment.