fixed an overlap issue with selectboxes on safari

This commit is contained in:
Andrew
2020-04-07 17:46:41 +03:00
parent c638cd5b6b
commit 44e3bf5bdf

View File

@ -261,7 +261,8 @@ input[type="text"] {
bottom: 22px;
max-height: 158px;
max-width: 233px;
overflow: hidden auto;
overflow-x: hidden;
overflow-y: auto;
}
.selectList > span {