From 678136840e5a0ed701d3aee5001649a4f8c0c73a Mon Sep 17 00:00:00 2001 From: HaneenT Date: Fri, 14 Jun 2024 15:25:47 -0400 Subject: [PATCH] KPMP-5402: fix dropdown alignment --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 9c82cf9a..0be445f2 100644 --- a/src/index.scss +++ b/src/index.scss @@ -966,6 +966,6 @@ tr.MuiTableRow-root:nth-child(even) { } .select__menu { - position: relative !important; + top: auto !important; z-index: 100 !important; } \ No newline at end of file