Skip to content

Commit

Permalink
fix(frontend): increase z-index on login dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Feb 19, 2022
1 parent 3d1aded commit 4cf65af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
>
{#if loginDialog}
<div
class="fixed inset-0 bg-gray-600/50 h-screen w-screen flex items-center justify-center"
class="fixed inset-0 bg-gray-600/50 h-screen w-screen flex items-center justify-center z-20"
transition:fade
>
<div
Expand Down

0 comments on commit 4cf65af

Please sign in to comment.