mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix height of login screen
This commit is contained in:
parent
515437a4c9
commit
4e0485938a
@ -116,7 +116,6 @@ App.prototype.render = function () {
|
||||
log.debug('Main ui render function')
|
||||
|
||||
return (
|
||||
h('.new-ui', [
|
||||
h('.flex-column.full-height', {
|
||||
style: {
|
||||
overflowX: 'hidden',
|
||||
@ -150,7 +149,6 @@ App.prototype.render = function () {
|
||||
|
||||
// content
|
||||
this.renderPrimary(),
|
||||
]),
|
||||
])
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user