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-18 03:49:42 +09:00 committed by GitHub
parent 7f83135aa1
commit ad20e054e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@
width: 180px;
border-radius: 8px;
cursor: pointer;
z-index: 1;
}
.dropdown-item {