diff options
Diffstat (limited to 'web/app/view/BaseDialog.js')
-rw-r--r-- | web/app/view/BaseDialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/BaseDialog.js b/web/app/view/BaseDialog.js index 75263485..aa9782f1 100644 --- a/web/app/view/BaseDialog.js +++ b/web/app/view/BaseDialog.js @@ -22,6 +22,7 @@ Ext.define('Traccar.view.BaseDialog', { resizable: false, modal: true, autoScroll: true, + constrain: true, initComponent: function () { if (window.innerHeight) { |