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
This commit is contained in:
Mike Thomas
2023-05-17 13:49:42 -05:00
committed by GitHub
parent 7f83135aa1
commit ad20e054e8
+1
View File
@@ -119,6 +119,7 @@
width: 180px;
border-radius: 8px;
cursor: pointer;
z-index: 1;
}
.dropdown-item {