Fix unnecessary scrollbar on compose drawer

Este commit está contenido en:
khr 2018-11-17 20:01:11 -08:00
padre 739e64d2a9
commit d902bbab25
Se han modificado 1 ficheros con 9 adiciones y 0 borrados

Ver fichero

@ -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';