[DE mobile] Fix Bug 57859

This commit is contained in:
SergeyEzhin 2022-06-29 19:10:40 +04:00
parent 55f3b79061
commit b2fc41911a

View file

@ -215,11 +215,12 @@
}
}
.navigation-sheet {
.sheet-modal.navigation-sheet {
box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
overflow: hidden;
.sheet-modal-inner {
background: @background-tertiary;
overflow-y: auto;
}
&.sheet-modal-bottom:before, &.sheet-modal:not(.sheet-modal-top):before {
display: none;
@ -324,3 +325,4 @@
color: @brandColor;
}
}