2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Change fallbackPlacement to flip by default for Tooltips/Popovers

This commit is contained in:
Johann-S
2017-05-12 21:22:12 +02:00
parent 2b403819b7
commit c78cbb275b
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr>
<td>fallbackPlacement</td>
<td>string | array</td>
<td>['top', 'right', 'bottom', 'left']</td>
<td>'flip'</td>
<td>Allow to specify which position Popper will use on fallback. For more information refer to
Popper.js's <a href="https://popper.js.org/popper-documentation.html#modifiers..flip.behavior">behavior docs</a></td>
</tr>