Fix unnecessary scrollbar on compose drawer

This commit is contained in:
khr 2018-11-17 20:01:11 -08:00
부모 739e64d2a9
커밋 d902bbab25
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -59,5 +59,14 @@
overflow-y:auto;
}
/* Use display: none instead of visibility:hidden
* to hide the suggested follows list on non-mobile */
@media screen and (min-width: 630px) {
.search-results .trends {
display:none;
}
}
@import 'fullwidth-media';