Skip to content

Commit

Permalink
[nested-grid] Fix export-button flex-position (on legacy chrome)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Dec 12, 2024
1 parent 1e0e11b commit 044de9f
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 @@ -1113,7 +1113,7 @@
row-header-total-height)
control-panel [:div {:style (merge {:display :flex
:max-width native-width
:justify-content :end
:justify-content :flex-end
:height 25
:background-color :white
:z-index 2}
Expand Down

0 comments on commit 044de9f

Please sign in to comment.