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 удалений

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

@@ -107,14 +107,6 @@
margin-right: 0 !important;
}
#post-list {
.post-list-holder-by-time {
.modal-open & {
@include clearfix;
}
}
}
.post-code__language {
@include opacity(.6);
@include transition(none);