mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
7f83135aa1
commit
ad20e054e8
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
|||
width: 180px;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
|
||||
}
|
||||
.dropdown-item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue