From 044de9fb7f472745fa73a0d5c31c34ebd21f37e5 Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Thu, 12 Dec 2024 19:31:21 +0100 Subject: [PATCH] [nested-grid] Fix export-button flex-position (on legacy chrome) For https://github.com/day8/dash8.day8.com.au/issues/314 --- src/re_com/nested_grid.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/re_com/nested_grid.cljs b/src/re_com/nested_grid.cljs index dc908ebf..b6fc15bb 100644 --- a/src/re_com/nested_grid.cljs +++ b/src/re_com/nested_grid.cljs @@ -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}