Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixed display issues with tooltips.
  • Loading branch information
loic committed Dec 8, 2014
commit ff02a0af9c8d2dadebfadcc65e17adae3b0bd111
3 changes: 2 additions & 1 deletion rest_framework/static/rest_framework/js/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ prettyPrint();

// Bootstrap tooltips.
$('.js-tooltip').tooltip({
delay: 1000
delay: 1000,
container: 'body'
});

// Deal with rounded tab styling after tab clicks.
Expand Down