Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Merge branch '1056/popover-clipping'
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Apr 26, 2017
2 parents be06d2e + 03938e7 commit d98e7c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion census/static/scripts/site/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ define(['jquery', 'bootstrap', 'chroma', 'tablesorter', 'stickykit'],
'placement': 'bottom',
'html': true,
'show': true,
'template': popover_tmpl
'template': popover_tmpl,
'container': 'body'
});

$('[data-toggle="popover"]').on('click', function() {
Expand Down

0 comments on commit d98e7c8

Please sign in to comment.