Fix for search dropdown scrollbar issue.
This commit is contained in:
parent
7a633e0855
commit
5842104468
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ input[type="checkbox"]:hover {
|
|||
}
|
||||
|
||||
.dropdown-content {
|
||||
max-height: 302px;
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue