Cosmetic fixes for search results - fixing overflow affecting the input box
This commit is contained in:
6
public/css/fixes.css
vendored
6
public/css/fixes.css
vendored
@@ -262,4 +262,10 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__
|
||||
/* limit selection to inside the modal */
|
||||
body.modal-open {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Fix our search results, implementing a scroll bar */
|
||||
#search_results ul.typeahead.dropdown-menu {
|
||||
overflow-y: scroll;
|
||||
max-height: 300px;
|
||||
}
|
Reference in New Issue
Block a user