Skip to content

Commit 367e237

Browse files
authored
fix(frontend/statistics): ensure estimation bar isn't drawn over sidebar (#804)
fixes #674
1 parent 0012402 commit 367e237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/components/filter-sidebar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'filter-sidebar--visible translate-x-0'
77
'translate-x-full'
88
}}
9-
bg-background fixed bottom-0 right-0 top-[54px] z-20 flex flex-col transition-transform duration-300 xl:top-[50px]"
9+
bg-background fixed bottom-0 right-0 top-[54px] z-[21] flex flex-col transition-transform duration-300 xl:top-[50px]"
1010
...attributes
1111
>
1212
<div

0 commit comments

Comments
 (0)