File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
4
4
5
+ ## 2.22.8 (2024-10-10)
6
+
7
+ #### Changed
8
+
9
+ - ` nested-grid ` : Adjust flex-child style & internal layering
10
+
5
11
## 2.22.6 (2024-10-08)
6
12
7
13
#### Fixed
Original file line number Diff line number Diff line change 1107
1107
:justify-content :end
1108
1108
:height 25
1109
1109
:background-color :white
1110
- :z-index 3 }
1110
+ :z-index 2 }
1111
1111
(when sticky?
1112
1112
{:position :sticky
1113
1113
:top sticky-top}))}
1114
1114
[box/v-box {:align :center
1115
1115
:justify :center
1116
- :style {:z-index 4
1117
- :position :sticky
1116
+ :style {:position :sticky
1118
1117
:background-color :white
1119
1118
:right 0
1120
1119
:width 25
1121
- :height 25 }
1120
+ :height 25
1121
+ :margin-right 10 }
1122
1122
:children [export-button]}]]
1123
1123
outer-grid-container [:div
1124
1124
(themed ::outer-grid-container
1180
1180
[:div (themed ::wrapper
1181
1181
{:style (merge {:flex-direction :column }
1182
1182
(when-not sticky?
1183
- (merge {:flex 1
1183
+ (merge {:flex " 0 0 auto "
1184
1184
:display :flex }
1185
1185
(when remove-empty-column-space?
1186
1186
{:max-width :fit-content })
You can’t perform that action at this time.
0 commit comments