fix search results from other places, account for margin-bottom in files list

This commit is contained in:
Jan-Christoph Borchardt 2015-05-02 09:07:42 -04:00
parent eda4d45836
commit 954968e9d8
1 changed files with 6 additions and 4 deletions

View File

@ -9,6 +9,8 @@
padding-top: 65px; padding-top: 65px;
box-sizing: border-box; box-sizing: border-box;
z-index: 75; z-index: 75;
/* account for margin-bottom in files list */
margin-top: -250px;
} }
#searchresults.hidden { #searchresults.hidden {