From ad20e054e8caceb013e0f2ac6cbed4fcb53307a6 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Thu, 18 May 2023 03:49:42 +0900 Subject: [PATCH] website-dropdown-z-index-patch (#11731) Set the z-index for filter dropdowns on the query library page of the website. Closes https://github.com/fleetdm/fleet/issues/11729 --- website/assets/styles/pages/query-library.less | 1 + 1 file changed, 1 insertion(+) diff --git a/website/assets/styles/pages/query-library.less b/website/assets/styles/pages/query-library.less index 3b4b08e1d3..0d10cfeac3 100644 --- a/website/assets/styles/pages/query-library.less +++ b/website/assets/styles/pages/query-library.less @@ -119,6 +119,7 @@ width: 180px; border-radius: 8px; cursor: pointer; + z-index: 1; } .dropdown-item {