From: Simon Podlipsky Date: Thu, 12 Jul 2018 14:31:20 +0000 (+0300) Subject: Reword X-Git-Tag: v4.1.3~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da56d918ac74c26e3dfe30f6f4052cbff0b18fb3;p=thirdparty%2Fbootstrap.git Reword --- diff --git a/docs/4.1/components/tooltips.md b/docs/4.1/components/tooltips.md index 441aac4203..d58dc81711 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'`: