From dedf7855851835a863ed3b09ace47221d571ccb6 Mon Sep 17 00:00:00 2001 From: Orville Daley Date: Thu, 3 Mar 2022 22:13:48 -0500 Subject: [PATCH] fix: menu-list overflow --- src/components/molecules/Menu/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/molecules/Menu/style.css b/src/components/molecules/Menu/style.css index ec9b46b..f5362d3 100644 --- a/src/components/molecules/Menu/style.css +++ b/src/components/molecules/Menu/style.css @@ -9,10 +9,7 @@ position: absolute; z-index: 110; top: 100%; - left: 0; - right: 0; - max-height: 80vh; padding: 0; margin: 0; border-top: 2px solid var(--primary); @@ -21,7 +18,6 @@ text-align: justify; list-style: none; background-color: var(--background-color-2); - overflow: scroll; } .Menu__Header {