From a26e5d7b601d28e71afb509f2b1c21e648fce751 Mon Sep 17 00:00:00 2001 From: behnaz Date: Mon, 29 Jan 2024 10:52:37 +0800 Subject: [PATCH] behnaz/MARK-898/birth-picker-top (#6539) * fix: add z-index * fix: set z-index * fix: 99 set for z-index --- src/pages/signup-affiliates/utils/_birth-picker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/signup-affiliates/utils/_birth-picker.tsx b/src/pages/signup-affiliates/utils/_birth-picker.tsx index 08081f57b1f..717225f5af8 100644 --- a/src/pages/signup-affiliates/utils/_birth-picker.tsx +++ b/src/pages/signup-affiliates/utils/_birth-picker.tsx @@ -40,6 +40,7 @@ const BirthPickerWrapper = styled.div` } .react-date-picker__calendar { width: 320px; + z-index: 99; } .react-calendar__month-view__weekdays__weekday { font-size: 15px;