]> git.neb.cc Git - xyz.git/commitdiff
Fix more mobile menu bugs (#10)
authorBen Larson <[email protected]>
Fri, 10 Apr 2020 22:12:06 +0000 (17:12 -0500)
committerGitHub <[email protected]>
Fri, 10 Apr 2020 22:12:06 +0000 (18:12 -0400)
src/components/menu.css

index ecc6b7638855072b3744bcca452286d9f2037744..f3d13cc65eeb3a6f19b1a1b45ba95070e4dd4ef7 100644 (file)
@@ -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;
   }
 }