fixed an overlap issue with selectboxes on safari

This commit is contained in:
Andrew
2020-04-07 14:33:39 +03:00
parent 11f0f2e0b5
commit e5ef7bbba7

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 {