Fix for search dropdown scrollbar issue.

This commit is contained in:
İsmail Hakkı Ayaz 2018-06-19 22:48:44 +00:00
parent 7a633e0855
commit 5842104468

View file

@ -114,7 +114,7 @@ input[type="checkbox"]:hover {
}
.dropdown-content {
max-height: 302px;
max-height: none;
}
}