Fix z index in stat trial form modal (#26798)
Этот коммит содержится в:
@@ -111,13 +111,12 @@
|
|||||||
.DropdownInput {
|
.DropdownInput {
|
||||||
margin-top: 36px;
|
margin-top: 36px;
|
||||||
|
|
||||||
|
|
||||||
.DropDown__menu {
|
.DropDown__menu {
|
||||||
z-index: 999;
|
|
||||||
max-height: 124px;
|
max-height: 124px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.DropDown__menu-list {
|
.DropDown__menu-list {
|
||||||
z-index: 999;
|
|
||||||
max-height: 124px;
|
max-height: 124px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -136,7 +135,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.countries-section {
|
.countries-section {
|
||||||
z-index: 999;
|
|
||||||
max-height: 164px;
|
max-height: 164px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user