From bfcce0040a3017e278933b3eac8915219100e33c Mon Sep 17 00:00:00 2001 From: Ben Larson <10101828+ben-larson@users.noreply.github.com> Date: Fri, 10 Apr 2020 17:12:06 -0500 Subject: [PATCH] Fix more mobile menu bugs (#10) --- src/components/menu.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/menu.css b/src/components/menu.css index ecc6b76..f3d13cc 100644 --- a/src/components/menu.css +++ b/src/components/menu.css @@ -2,7 +2,6 @@ color: #333; width: 30em; height: 100vh; - max-width: 100%; right: -30em; position: fixed; transition: right 0.2s cubic-bezier(0.16, 0.7, 0.53, 1.18); @@ -95,6 +94,8 @@ } .Menu-Body { + width: 100%; + border: 0; border-radius: 0; } } -- 2.45.2