@@ -115,6 +115,7 @@ export const TooltipArrowBoundaryOffsetExample = {
115
115
< Button style = { { width : 200 , height : 100 } } > Top left</ Button >
116
116
< Tooltip
117
117
placement = "top left"
118
+ shouldFlip = { false }
118
119
offset = { 7 }
119
120
arrowBoundaryOffset = { topLeft }
120
121
style = { {
@@ -138,6 +139,7 @@ export const TooltipArrowBoundaryOffsetExample = {
138
139
< Button style = { { width : 200 , height : 100 } } > Top right</ Button >
139
140
< Tooltip
140
141
placement = "top right"
142
+ shouldFlip = { false }
141
143
offset = { 7 }
142
144
arrowBoundaryOffset = { topRight }
143
145
style = { {
@@ -163,6 +165,7 @@ export const TooltipArrowBoundaryOffsetExample = {
163
165
< Button style = { { width : 200 , height : 100 } } > Left top</ Button >
164
166
< Tooltip
165
167
placement = "left top"
168
+ shouldFlip = { false }
166
169
offset = { 7 }
167
170
arrowBoundaryOffset = { leftTop }
168
171
style = { {
@@ -186,6 +189,7 @@ export const TooltipArrowBoundaryOffsetExample = {
186
189
< Button style = { { width : 200 , height : 100 } } > Left bottom</ Button >
187
190
< Tooltip
188
191
placement = "left bottom"
192
+ shouldFlip = { false }
189
193
offset = { 7 }
190
194
arrowBoundaryOffset = { leftBotton }
191
195
style = { {
@@ -211,6 +215,7 @@ export const TooltipArrowBoundaryOffsetExample = {
211
215
< Button style = { { width : 200 , height : 100 } } > Right top</ Button >
212
216
< Tooltip
213
217
placement = "right top"
218
+ shouldFlip = { false }
214
219
offset = { 7 }
215
220
arrowBoundaryOffset = { rightTop }
216
221
style = { {
@@ -234,6 +239,7 @@ export const TooltipArrowBoundaryOffsetExample = {
234
239
< Button style = { { width : 200 , height : 100 } } > Right bottom</ Button >
235
240
< Tooltip
236
241
placement = "right bottom"
242
+ shouldFlip = { false }
237
243
offset = { 7 }
238
244
arrowBoundaryOffset = { rightBottom }
239
245
style = { {
@@ -259,6 +265,7 @@ export const TooltipArrowBoundaryOffsetExample = {
259
265
< Button style = { { width : 200 , height : 100 } } > Bottom left</ Button >
260
266
< Tooltip
261
267
placement = "bottom left"
268
+ shouldFlip = { false }
262
269
offset = { 7 }
263
270
arrowBoundaryOffset = { bottomLeft }
264
271
style = { {
@@ -282,6 +289,7 @@ export const TooltipArrowBoundaryOffsetExample = {
282
289
< Button style = { { width : 200 , height : 100 } } > Bottom right</ Button >
283
290
< Tooltip
284
291
placement = "bottom right"
292
+ shouldFlip = { false }
285
293
offset = { 7 }
286
294
arrowBoundaryOffset = { bottomRight }
287
295
style = { {
0 commit comments