diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index e90c3e98e..1f40eccbe 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -116,7 +116,6 @@ App.prototype.render = function () { log.debug('Main ui render function') return ( - h('.flex-column.full-height', { style: { overflowX: 'hidden', |