mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Working without jQuery
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user