Skip to content

Commit

Permalink
[nested-grid] Fix layering of zebra-stripes
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 16, 2024
1 parent 158a242 commit 54a2a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
:grid-row i
:background-color "#999"
:opacity 0.05
:z-index 2
:z-index 1
:pointer-events "none"}})])
box-selector [selection-part
{:drag drag
Expand Down

0 comments on commit 54a2a82

Please sign in to comment.