remove multiselect media query

This commit is contained in:
nklhrstv 2022-05-27 15:21:36 +03:00
parent 86a4effb81
commit 15e737c597

View file

@ -99,13 +99,4 @@
}
}
}
}
@media only screen and (max-width: @minimum) {
.modal-container, .popup-menu-container {
.menu-container {
max-height: 19rem;
overflow-y: auto;
}
}
}