diff --git a/static/v2/css/widgets/w_select_country.css b/static/v2/css/widgets/w_select_country.css index 25d7947..22cc3fb 100644 --- a/static/v2/css/widgets/w_select_country.css +++ b/static/v2/css/widgets/w_select_country.css @@ -54,7 +54,7 @@ .w_select_country_content{ position: absolute; top: var(--select-height); - z-index: 100; + z-index: 10000; width: 100%; background: #FFFFFF; border: 2px solid var(--select-border);