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
Этот коммит содержится в:
Harrison Healey
2016-11-04 19:11:40 -04:00
коммит произвёл GitHub
родитель 18745b2d5c
Коммит 428444d185
5 изменённых файлов: 10 добавлений и 17 удалений

Просмотреть файл

@@ -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;