From: Ben Larson <10101828+ben-larson@users.noreply.github.com> Date: Fri, 10 Apr 2020 22:12:06 +0000 (-0500) Subject: Fix more mobile menu bugs (#10) X-Git-Url: http://git.neb.cc/?a=commitdiff_plain;h=bfcce0040a3017e278933b3eac8915219100e33c;p=xyz.git Fix more mobile menu bugs (#10) --- 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; } }