0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00
This commit is contained in:
Simon Podlipsky 2018-07-12 17:31:20 +03:00
parent e9ec13e974
commit da56d918ac
No known key found for this signature in database
GPG Key ID: 725C2BD962B42663

View File

@ -89,7 +89,7 @@ $('#example').tooltip(options)
{% capture callout %}
##### Usage with overflow `auto` and `scroll`
When the parent container has the CSS property `overflow` set to values `auto` or `scroll` (for example when used within `.table-responsive`) the tooltip has weird flickering behaviour.
When the parent container has the CSS property `overflow` set to values `auto` or `scroll` (for example when used within `.table-responsive`) the tooltip's placement changes to `bottom` but still keeps original placement's positioning.
The solution is to set the `boundary` option to anything other than default value `'scrollParent'`. For example, set it to `'window'`: