angular-bootstrap-slider icon indicating copy to clipboard operation
angular-bootstrap-slider copied to clipboard

Tooltip: No way to counter overflow hidden

Open kmccullough opened this issue 8 years ago • 0 comments

Other angular-bootstrap components include an 'append-to-body' property, which allows displaying a tooltip, for example, outside of the overflow hidden area, by appending the tooltip to the 'body' element, rather than within/alongside the component. Currently there is no such mechanism in this library, and I cannot get a tooltip to appear, because it is cut-off by it's parent's overflow: hidden style.

kmccullough avatar May 01 '17 23:05 kmccullough