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,
|
||||
template: '',
|
||||
position: 'right',
|
||||
overlayRender: false,
|
||||
width: App.getConfig().get('sidepanelWidth'),
|
||||
onCancel: function () {
|
||||
// Self destroy the block if the user closes settings modal
|
||||
|
@@ -245,6 +245,7 @@ Module.ProductsBlockSettingsView = base.BlockSettingsView.extend({
|
||||
element: this.$el,
|
||||
template: '',
|
||||
position: 'right',
|
||||
overlayRender: false,
|
||||
width: App.getConfig().get('sidepanelWidth'),
|
||||
onCancel: function onCancel() {
|
||||
// Self destroy the block if the user closes settings modal
|
||||
|
Reference in New Issue
Block a user