Fix unnecessary scrollbar on compose drawer

这个提交包含在:
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';