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