Fix height of login screen

This commit is contained in:
Dan 2017-12-08 12:36:32 -03:30 committed by Chi Kei Chan
parent 515437a4c9
commit 4e0485938a
1 changed files with 25 additions and 27 deletions

View File

@ -116,7 +116,6 @@ App.prototype.render = function () {
log.debug('Main ui render function') log.debug('Main ui render function')
return ( return (
h('.new-ui', [
h('.flex-column.full-height', { h('.flex-column.full-height', {
style: { style: {
overflowX: 'hidden', overflowX: 'hidden',
@ -150,7 +149,6 @@ App.prototype.render = function () {
// content // content
this.renderPrimary(), this.renderPrimary(),
]),
]) ])
) )
} }