From aec74a52cf3ede27d8ec969f4de324749893cab2 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 7 Mar 2019 13:28:36 -0500 Subject: [PATCH] Increase the max height of the search results popover --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 3d7ff37df..45203d8d5 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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;