From 5947272b9140c6167590110029ef797bb8cde22a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 25 Mar 2019 17:35:51 -0400 Subject: [PATCH] Fix search results popover z-index --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index d37282d3b..96af4669a 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -638,6 +638,7 @@ button.add-note svg.icon { margin: auto; left: auto; right: auto; + z-index: 300; } .search-add .popover .popover-content { overflow-y: auto;