Allow scrolling when Posts or Products widgets are opened
[MAILPOET-1974]
This commit is contained in:
@@ -246,6 +246,7 @@ Module.PostsBlockSettingsView = base.BlockSettingsView.extend({
|
|||||||
element: this.$el,
|
element: this.$el,
|
||||||
template: '',
|
template: '',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
overlayRender: false,
|
||||||
width: App.getConfig().get('sidepanelWidth'),
|
width: App.getConfig().get('sidepanelWidth'),
|
||||||
onCancel: function () {
|
onCancel: function () {
|
||||||
// Self destroy the block if the user closes settings modal
|
// Self destroy the block if the user closes settings modal
|
||||||
|
@@ -245,6 +245,7 @@ Module.ProductsBlockSettingsView = base.BlockSettingsView.extend({
|
|||||||
element: this.$el,
|
element: this.$el,
|
||||||
template: '',
|
template: '',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
overlayRender: false,
|
||||||
width: App.getConfig().get('sidepanelWidth'),
|
width: App.getConfig().get('sidepanelWidth'),
|
||||||
onCancel: function onCancel() {
|
onCancel: function onCancel() {
|
||||||
// Self destroy the block if the user closes settings modal
|
// Self destroy the block if the user closes settings modal
|
||||||
|
Reference in New Issue
Block a user