Skip to content

Commit

Permalink
fix: reduce z index of filters row to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
koleCar committed Jan 24, 2025
1 parent e613dd9 commit d75685d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/table-chart/table-chart.wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 10;
z-index: 0;
display: flex;
gap: 0.5rem;
justify-content: end;
Expand Down

0 comments on commit d75685d

Please sign in to comment.