PLT-4459 Fixed not being able to scroll on mobile after autocomplete is shown (#4464)
* Fixed not being able to scroll on mobile after autocomplete is shown * Fixed SuggestionLists not being scrollable on iOS
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
18745b2d5c
Коммит
428444d185
@@ -79,6 +79,7 @@
|
||||
.popover-content {
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
overflow-y: scroll;
|
||||
padding-bottom: 5px;
|
||||
width: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
.command {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
|
||||
Ссылка в новой задаче
Block a user