mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Fixed display issues with tooltips.
This commit is contained in:
parent
9879a5dcdc
commit
ff02a0af9c
|
@ -24,7 +24,8 @@ prettyPrint();
|
||||||
|
|
||||||
// Bootstrap tooltips.
|
// Bootstrap tooltips.
|
||||||
$('.js-tooltip').tooltip({
|
$('.js-tooltip').tooltip({
|
||||||
delay: 1000
|
delay: 1000,
|
||||||
|
container: 'body'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Deal with rounded tab styling after tab clicks.
|
// Deal with rounded tab styling after tab clicks.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user