From e1ec99a542ca88ac418a4e00d1f9c5d9eb47251e Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sun, 22 Nov 2020 16:00:11 +0500 Subject: [PATCH] fix: app is scrollable due to showing banner at top --- apps/web/src/app.js | 86 ++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 44 deletions(-) diff --git a/apps/web/src/app.js b/apps/web/src/app.js index f504854f3..4436cdaae 100644 --- a/apps/web/src/app.js +++ b/apps/web/src/app.js @@ -101,53 +101,51 @@ function App() { return ( - - {isMobile && ( - + setShow(state || !show)} + /> + + - - Use our mobile app for - a better experience. - + {isMobile && ( + + + Use our mobile app{" "} + for a better experience. + + + )} + {routeResult} + + + - )} - - setShow(state || !show)} - /> - - - {routeResult} - - - - - - - + + );