* PLT-5207 - Enabling scroll in settings modal

* PLT-5194 - Removing status indicator on mobile
Этот коммит содержится в:
Asaad Mahmood
2017-01-10 00:22:35 +05:00
коммит произвёл Harrison Healey
родитель 2f9b56eb3a
Коммит de822a3f3c

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

@@ -20,6 +20,12 @@
}
}
.settings-modal {
.modal-body {
overflow: auto;
}
}
#header-popover {
@include single-transition(all, .35s, ease);
@include translate3d(0, 100%, 0);
@@ -344,10 +350,6 @@
}
.post__img {
.status-wrapper {
display: inline-block;
}
img {
display: block;
}