overflow-y:scroll when search results are displayed

This commit is contained in:
derv82 2017-12-07 01:30:33 -08:00
parent 7c1c9d0cce
commit 14ad748105

View File

@ -1,7 +1,6 @@
body.search-results-shown {
overflow-y: auto;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 20px;
}
#disable-all-wrapper {