[DE mobile] Fix Bug 58050

This commit is contained in:
SergeyEzhin 2022-07-26 22:22:28 +03:00
parent cc74ab53e1
commit 47e7fc1062

View file

@ -1138,6 +1138,8 @@ input[type="number"]::-webkit-inner-spin-button {
// Navigation list
.list.navigation-list {
overflow-y: auto;
height: 265px;
.item-title {
color: @text-normal;
}