Skip to content

Commit 8fa7aad

Browse files
authored
fix: search box may appear underneath charts in dashboard layout (#120)
1 parent 63e9481 commit 8fa7aad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/viewer/src/layouts/dashboard/DashboardLayout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
>
124124
<div
125125
bind:this={innerContainer}
126+
style:z-index={0}
126127
style:width="{containerWidth}px"
127128
style:height="{innerHeight}px"
128129
style:position="relative"

0 commit comments

Comments
 (0)