mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
fixed an overlap issue with selectboxes on safari
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user