From 8a51bf453f9f7400744754d26231dae8077a4608 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 10 Mar 2017 13:42:53 +0500 Subject: Group user fields in fieldsets --- web/app/view/BaseDialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/BaseDialog.js') 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) { -- cgit v1.2.3