Fix popover cut off by modal box

This commit is contained in:
Jonathan Wong 2015-09-27 13:59:58 -07:00
commit a053789344

View file

@ -126,6 +126,7 @@ history_table_modal_options = {
$('.media-type-tooltip').tooltip();
$('.thumb-tooltip').popover({
html: true,
container: '#history-modal',
trigger: 'hover',
placement: 'right',
content: function () {