search results box is the right size now
This commit is contained in:
@@ -1645,19 +1645,16 @@ footer {
|
||||
}
|
||||
|
||||
.search-results-dropdown {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-top: 0.3rem;
|
||||
position: fixed;
|
||||
background: var(--white);
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 10px 40px rgba(0,0,0,0.2), 0 4px 10px rgba(255,20,147,0.15);
|
||||
border: 2px solid var(--pink-200);
|
||||
z-index: 10000;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
|
||||
.search-result-item {
|
||||
|
||||
Reference in New Issue
Block a user