From 88a6cf93245bce83dd818b4411f7e384adbd2897 Mon Sep 17 00:00:00 2001 From: nickbar01234 Date: Tue, 30 Apr 2024 12:23:43 -0400 Subject: [PATCH] Fix dropdown --- src/components/container/DropDownContainer.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/container/DropDownContainer.tsx b/src/components/container/DropDownContainer.tsx index 13f1a18f..ea314867 100644 --- a/src/components/container/DropDownContainer.tsx +++ b/src/components/container/DropDownContainer.tsx @@ -41,7 +41,7 @@ const DropDownContainer = (props: DropDownContainerProps) => {
{ (ref.currentTarget.style["overflow"] = "auto") } > -
{props.children}
+
+
{props.children}
+
);