Fix z index in stat trial form modal (#26798)

Этот коммит содержится в:
Nick Misasi
2024-04-15 15:42:37 -04:00
коммит произвёл GitHub
родитель b59280e7d7
Коммит 9e8f9a3715

Просмотреть файл

@@ -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;
}