From a4f05339aa0cbaecdb619f3de11f5e40d8c37e3e Mon Sep 17 00:00:00 2001 From: Rounik Prashar <56750020+irounik@users.noreply.github.com> Date: Wed, 24 May 2023 02:07:19 +0530 Subject: [PATCH] fix: Library dropdown visibility issue for mobile (#6613) Fix: Library dropdown visibility issue for mobile Co-authored-by: Rounik Prashar --- src/components/dropdownMenu/DropdownMenu.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/dropdownMenu/DropdownMenu.scss b/src/components/dropdownMenu/DropdownMenu.scss index ff94f492..6e628736 100644 --- a/src/components/dropdownMenu/DropdownMenu.scss +++ b/src/components/dropdownMenu/DropdownMenu.scss @@ -11,8 +11,6 @@ top: auto; left: 0; width: 100%; - display: flex; - flex-direction: column; row-gap: 0.75rem; .dropdown-menu-container {