diff --git a/components/DropdownMenu/DropdownMenu.module.css b/components/DropdownMenu/DropdownMenu.module.css index 030db8c8a3..c7fca7ab6a 100644 --- a/components/DropdownMenu/DropdownMenu.module.css +++ b/components/DropdownMenu/DropdownMenu.module.css @@ -1,4 +1,5 @@ .wrapper { + background-color: #f8f7fd; overflow: hidden; max-width: 100%; @@ -11,7 +12,9 @@ box-sizing: border-box; background-color: white; width: 100vw; border-top: 1px solid #B3B3B3; - border-bottom: none; + border-bottom: 1px solid #f0f2f4; + padding-left: 4.5%; + padding-right: 4.5%; box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15); } } diff --git a/components/DropdownMenu/DropdownSubMenu.module.css b/components/DropdownMenu/DropdownSubMenu.module.css index d88894c5f9..7d6c6e0cb1 100644 --- a/components/DropdownMenu/DropdownSubMenu.module.css +++ b/components/DropdownMenu/DropdownSubMenu.module.css @@ -8,8 +8,6 @@ box-sizing: unset; flex-direction: column; @media (--nav) { flex-direction: row; - padding-left: 4.5%; - padding-right: 4.5%; background-color: transparent; } }