From 9e8f9a3715f3980d591b179ec8ac2216aea02c53 Mon Sep 17 00:00:00 2001 From: Nick Misasi Date: Mon, 15 Apr 2024 15:42:37 -0400 Subject: [PATCH] Fix z index in stat trial form modal (#26798) --- .../start_trial_form_modal/start_trial_form_modal.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webapp/channels/src/components/start_trial_form_modal/start_trial_form_modal.scss b/webapp/channels/src/components/start_trial_form_modal/start_trial_form_modal.scss index f5ca777f45..22626573ea 100644 --- a/webapp/channels/src/components/start_trial_form_modal/start_trial_form_modal.scss +++ b/webapp/channels/src/components/start_trial_form_modal/start_trial_form_modal.scss @@ -111,13 +111,12 @@ .DropdownInput { margin-top: 36px; + .DropDown__menu { - z-index: 999; max-height: 124px; } .DropDown__menu-list { - z-index: 999; max-height: 124px; } } @@ -136,7 +135,6 @@ } .countries-section { - z-index: 999; max-height: 164px; }