aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Podlipsky <[email protected]>2018-07-12 17:31:20 +0300
committerSimon Podlipsky <[email protected]>2018-07-12 17:31:20 +0300
commitda56d918ac74c26e3dfe30f6f4052cbff0b18fb3 (patch)
treee519b70c557144fb864b75f50e7768c71982eea1
parente9ec13e974d2263bb337fee95388488cefb33a18 (diff)
downloadbootstrap-da56d918ac74c26e3dfe30f6f4052cbff0b18fb3.tar.xz
bootstrap-da56d918ac74c26e3dfe30f6f4052cbff0b18fb3.zip
Reword
-rw-r--r--docs/4.1/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/tooltips.md b/docs/4.1/components/tooltips.md
index 441aac420..d58dc8171 100644
--- a/docs/4.1/components/tooltips.md
+++ b/docs/4.1/components/tooltips.md
@@ -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'`: