Fix popover cut off by modal box
This commit is contained in:
@@ -126,6 +126,7 @@ history_table_modal_options = {
|
|||||||
$('.media-type-tooltip').tooltip();
|
$('.media-type-tooltip').tooltip();
|
||||||
$('.thumb-tooltip').popover({
|
$('.thumb-tooltip').popover({
|
||||||
html: true,
|
html: true,
|
||||||
|
container: '#history-modal',
|
||||||
trigger: 'hover',
|
trigger: 'hover',
|
||||||
placement: 'right',
|
placement: 'right',
|
||||||
content: function () {
|
content: function () {
|
||||||
|
Reference in New Issue
Block a user