v4 docs remove left over Tooltips and Popover documentation from Button Group page

This commit is contained in:
Patrick Yeo 2017-08-03 15:38:58 -07:00 committed by Mark Otto
parent 2f3c24f03d
commit d36f5c7fa5
1 changed files with 0 additions and 4 deletions

View File

@ -195,7 +195,3 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
...
</div>
{% endhighlight %}
## Tooltips and popovers
Due to the specific implementation (and some other components), a bit of special casing is required for tooltips and popovers within button groups. **You'll have to specify the option `container: 'body'`** to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).