PLT-5191 - Filter box overlapping fix for IE (#5034)
* PLT-5191 - Filter box overlapping fix for IE * Updating flex value for direct divs
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
fd9c122dbc
Коммит
056be669fc
@@ -542,6 +542,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
.browser--ie & {
|
||||||
|
flex: 20;
|
||||||
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@@ -638,7 +642,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more-modal__list {
|
.more-modal__list {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user