Fixed display issues with tooltips.

This commit is contained in:
Loic Bistuer 2014-12-03 17:29:06 +07:00
parent 9879a5dcdc
commit ff02a0af9c

View File

@ -24,7 +24,8 @@ prettyPrint();
// Bootstrap tooltips.
$('.js-tooltip').tooltip({
delay: 1000
delay: 1000,
container: 'body'
});
// Deal with rounded tab styling after tab clicks.