Working without jQuery

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-25 23:19:49 +02:00
parent 8cb8c46f2f
commit 15eeb3cc60
12 changed files with 183 additions and 137 deletions

View File

@@ -1476,14 +1476,18 @@ margin:-1px;
}
#inner-results {
height: calc(100vh - 64px);
height: calc(100vh - 64px - 76px);
overflow-y: scroll;
overflow-x: hidden;
}
.empty-inner-results {
height: calc(100vh - 64px) !important;
}
#empty-results {
text-align:center;
height:100px;
height:calc(100vh - 64px);
cursor: default;
}