Skip to content

Commit dfea3a7

Browse files
authored
Fix AppBar is above dialog backdrops (#2024)
1 parent ef484ee commit dfea3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/viewer/src/home/AppBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
});
1616
</script>
1717
<header
18-
class="flex items-center z-50 space-x-2 justify-between pr-2 px-4 min-h-14 shadow-lg m-3 rounded sticky top-3">
18+
class="flex items-center z-10 space-x-2 justify-between pr-2 px-4 min-h-14 shadow-lg m-3 rounded sticky top-3">
1919
{@render title()}
2020
<div class="grow-0"></div>
2121
{@render actions()}

0 commit comments

Comments
 (0)