diff options
Diffstat (limited to 'web/app/view/BaseMap.js')
-rw-r--r-- | web/app/view/BaseMap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/BaseMap.js b/web/app/view/BaseMap.js index 03702176..26b5ae5c 100644 --- a/web/app/view/BaseMap.js +++ b/web/app/view/BaseMap.js @@ -20,6 +20,7 @@ Ext.define('Traccar.view.BaseMap', { xtype: 'baseMapView', layout: 'fit', + bodyCls: 'panel-top-border', getMap: function () { return this.map; |