Increase the max height of the search results popover

This commit is contained in:
Quincy Morgan
2019-03-07 13:28:36 -05:00
parent 7eb007d27a
commit aec74a52cf

View File

@@ -635,7 +635,7 @@ button.add-note svg.icon {
right: 10px;
}
.search-add .popover {
max-height: 250px;
max-height: 600px;
width: 100%;
position: absolute;
top: 44px;