[DE mobile] Fix Bug 57859
This commit is contained in:
parent
55f3b79061
commit
b2fc41911a
|
@ -215,11 +215,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-sheet {
|
.sheet-modal.navigation-sheet {
|
||||||
box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.sheet-modal-inner {
|
.sheet-modal-inner {
|
||||||
background: @background-tertiary;
|
background: @background-tertiary;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
&.sheet-modal-bottom:before, &.sheet-modal:not(.sheet-modal-top):before {
|
&.sheet-modal-bottom:before, &.sheet-modal:not(.sheet-modal-top):before {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -324,3 +325,4 @@
|
||||||
color: @brandColor;
|
color: @brandColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue