mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Move overlay out of transition area
This commit is contained in:
parent
8a39ef03c2
commit
c312f34119
@ -172,6 +172,8 @@ App.prototype.renderSidebar = function() {
|
||||
},
|
||||
}) : undefined,
|
||||
|
||||
]),
|
||||
|
||||
// overlay
|
||||
// TODO: add onClick for overlay to close sidebar
|
||||
this.props.sidebarOpen ? h('div', {
|
||||
@ -189,7 +191,6 @@ App.prototype.renderSidebar = function() {
|
||||
}
|
||||
}, []) : undefined,
|
||||
])
|
||||
])
|
||||
}
|
||||
|
||||
App.prototype.renderAppBar = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user