Unverified Commit da56d918 authored by Simon Podlipsky's avatar Simon Podlipsky
Browse files

Reword

parent e9ec13e9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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'`:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment