mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-13 13:29:25 +01:00
Reword
This commit is contained in:
parent
e9ec13e974
commit
da56d918ac
@ -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'`:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user