Fixed extension panels position over the preview
This commit is contained in:
parent
b9b73bf11d
commit
70efb55cfc
@ -318,11 +318,13 @@ define([
|
|||||||
var previewButtonsWidth = $previewButtonsElt.width();
|
var previewButtonsWidth = $previewButtonsElt.width();
|
||||||
$previewButtonsElt.find('.btn-group').each(function() {
|
$previewButtonsElt.find('.btn-group').each(function() {
|
||||||
var $btnGroupElt = $(this);
|
var $btnGroupElt = $(this);
|
||||||
|
$btnGroupElt.click(function() {
|
||||||
// Align dropdown to the left of the screen
|
// Align dropdown to the left of the screen
|
||||||
$btnGroupElt.find('.dropdown-menu').css({
|
$btnGroupElt.find('.dropdown-menu').css({
|
||||||
right: -previewButtonsWidth + $btnGroupElt.width() + $btnGroupElt.position().left
|
right: -previewButtonsWidth + $btnGroupElt.width() + $btnGroupElt.position().left
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// Call onReady listeners
|
// Call onReady listeners
|
||||||
onReady();
|
onReady();
|
||||||
|
Loading…
Reference in New Issue
Block a user