PLT-3094 - Fixing autocomplete and image modal scrolling on mobile (#3279)

Этот коммит содержится в:
Asaad Mahmood
2016-06-09 23:09:35 +05:00
коммит произвёл Corey Hulen
родитель d52bd0f6dc
Коммит f1eefd99e6
4 изменённых файлов: 16 добавлений и 6 удалений

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

@@ -1,6 +1,14 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
#post-list {
.post-list-holder-by-time {
.modal-open & {
@include clearfix;
}
}
}
.post-code__language {
@include opacity(.6);
@include transition(none);