diff --git a/web/src/components/PageLayout.js b/web/src/components/PageLayout.js index da17f187..d9d5471e 100644 --- a/web/src/components/PageLayout.js +++ b/web/src/components/PageLayout.js @@ -84,7 +84,7 @@ const PageLayout = () => { padding: 0, height: 'auto', lineHeight: 'normal', - position: styleState.isMobile ? 'sticky' : 'fixed', + position: 'fixed', width: '100%', top: 0, zIndex: 100, @@ -95,8 +95,8 @@ const PageLayout = () => {