fix search results from other places, account for margin-bottom in files list
This commit is contained in:
parent
eda4d45836
commit
954968e9d8
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue