We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15fffc commit 443a1b1Copy full SHA for 443a1b1
js/tooltip.js
@@ -192,7 +192,7 @@
192
var containerDim = this.getPosition($container)
193
194
placement = placement == 'bottom' && pos.top + pos.height + actualHeight - containerDim.scroll > containerDim.height ? 'top' :
195
- placement == 'top' && pos.top - containerDim.scroll - actualHeight < containerDim.top ? 'bottom' :
+ placement == 'top' && pos.top - containerDim.scroll - actualHeight < containerDim.top ? 'bottom' :
196
placement == 'right' && pos.right + actualWidth > containerDim.width ? 'left' :
197
placement == 'left' && pos.left - actualWidth < containerDim.left ? 'right' :
198
placement
0 commit comments