Skip to content

Commit

Permalink
Release update UX fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Aug 25, 2023
1 parent 3daf913 commit a8c1b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion museum_map/server/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<Route path="/room/:id"><Room /></Route>

{#if $isUpdatable}
<div class="absolute left-0 bottom-0 pb-2 pl-2">
<div class="absolute left-0 bottom-0 pb-2 pl-2 z-20">
<a
href="./"
class="block text-xs bg-blue-800 px-4 py-2 rounded-lg hover:underline focus:underline shadow"
Expand Down

0 comments on commit a8c1b82

Please sign in to comment.