diff --git a/src/components/updater/Updater.module.css b/src/components/updater/Updater.module.css index 748debc..59375b2 100644 --- a/src/components/updater/Updater.module.css +++ b/src/components/updater/Updater.module.css @@ -1,3 +1,12 @@ .mobile { + position: fixed; + z-index: 1; + padding-top: 20px; +} + +.web { + position: fixed; + z-index: 1; + left: 40px; padding-top: 20px; } diff --git a/src/components/updater/Updater.tsx b/src/components/updater/Updater.tsx index 3d7d1b6..e72f68a 100644 --- a/src/components/updater/Updater.tsx +++ b/src/components/updater/Updater.tsx @@ -52,9 +52,11 @@ const Updater: Component = (props) => { - - Please reload this page to update the application. - +
+ + Please reload this page to update the application. + +