diff --git a/web/cashtab/src/components/App.js b/web/cashtab/src/components/App.js --- a/web/cashtab/src/components/App.js +++ b/web/cashtab/src/components/App.js @@ -204,7 +204,8 @@ `; const NavMenu = styled.div` - position: absolute; + position: fixed; + float: right; bottom: 5rem; display: flex; width: 8.31rem; @@ -215,7 +216,7 @@ justify-content: center; align-items: center; @media (max-width: 768px) { - margin-right: 4rem; + right: 0; } overflow: hidden; transition: ${props =>