QA Removed small slot between search box and search result.
This commit is contained in:
parent
60e4308f5c
commit
b2085e48e0
1 changed files with 2 additions and 2 deletions
|
@ -1962,7 +1962,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search .custom-dropdown-menu {
|
.search .custom-dropdown-menu {
|
||||||
margin: -2px 0 0 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background: #26272e;
|
background: #26272e;
|
||||||
|
@ -1970,7 +1970,7 @@ footer {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 56px;
|
top: 53px;
|
||||||
z-index: 1002;
|
z-index: 1002;
|
||||||
display: none;
|
display: none;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
Loading…
Reference in a new issue