Closed
Description
Describe the bug
The tooltips generated via the v-b-tooltip
directive don't behave as I expect.
Steps to reproduce the bug
- Create a fairly wide element
- Add a tooltip with one of
topleft
topright
bottomleft
orbottomright
- The tooltip still appears in the middle of the element, just offset relative to the arrow
Expected behavior
I expect that when I tell the tooltip to have a position of topleft
it would appear relative to the top-left corner of the source element, not still appearing in the middle.
Versions
Libraries:
- BootstrapVue: 2.5.0
- Bootstrap: 4.4.1
- Vue: 2.6.11
Environment:
- Device: Mac
- OS: macOS Catalina 10.15.2 (19C57)
- Browser: Electron (Chromium)
- Version: Electron v7.1.11