From 9aa877cc26372724a55dbada9639009784b84bee Mon Sep 17 00:00:00 2001 From: mlfaa Date: Wed, 15 Dec 2021 15:07:21 -0300 Subject: [PATCH] #237 - Fixing anchor in mobile menu --- src/layouts/Navbar/index.js | 2 +- src/layouts/Navbar/style.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/Navbar/index.js b/src/layouts/Navbar/index.js index fc663365..6ae88d95 100644 --- a/src/layouts/Navbar/index.js +++ b/src/layouts/Navbar/index.js @@ -181,7 +181,7 @@ export default function PageNavbar(props) { return ( ({ background: 'black', color: 'white', width: '100%', + height: '-webkit-fill-available', }, tab: { height: '92%', @@ -57,6 +58,7 @@ const useStyles = makeStyles((theme) => ({ }, toolbarContentMobile: { width: '100%', + height: '100%', display: 'flex', justifyContent: 'space-between', alignItems: 'center',