I was able to solve the problem by setting data-container="body" on the html element
HTML example:
<a href="#" data-toggle="tooltip" data-container="body" title="first tooltip">
hover over me
</a>
JavaScript example:
$('your element').tooltip({ container: 'body' })
Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed).
JevHtmlBootstrap:
opover('.hasjevtip' , array("trigger"=>"hover focus", "placement"=>"top", "container"=>"#jevents_body", "delay"=> array( "hide"=> 150 )));
body > div.container > .row > div:first-child {
z-index: 10;
}