Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(modals): move root modals higher in DOM tree
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Sep 3, 2019
1 parent a5ae322 commit 34a20ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/containers/Root.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const Root = ({
removeNotification={removeNotification}
/>
<DialogLndCrashed />
<ModalStack />
<PageWithLoading
hasClose={canLogout()}
isLoading={isLoading}
Expand Down Expand Up @@ -109,6 +108,7 @@ const Root = ({
</Switch>
)}
</PageWithLoading>
<ModalStack />
</React.Fragment>
</ThemeProvider>
</Router>
Expand Down

0 comments on commit 34a20ed

Please sign in to comment.