Skip to content

Commit

Permalink
fix: prevent overlay getting hidden behind navbar (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 27, 2022
1 parent a7abf73 commit 87d6c08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/theme-default/styles/base.css
Expand Up @@ -222,3 +222,7 @@ h6,
p {
overflow-wrap: break-word;
}

vite-error-overlay {
z-index: 9999;
}

0 comments on commit 87d6c08

Please sign in to comment.