Skip to content

Commit

Permalink
fix(mobile): Scroll after logout
Browse files Browse the repository at this point in the history
  • Loading branch information
drazik committed Feb 14, 2019
1 parent c10d055 commit b794e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ducks/mobile/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export async function resetClient(cozyClient) {
// reset cozy-bar
if (document.getElementById('coz-bar')) {
document.getElementById('coz-bar').remove()
document.body.setAttribute('style', '')
}
}

Expand Down

0 comments on commit b794e58

Please sign in to comment.