Merge pull request #179 from fin444/atree

give dropdowns z-index 10
This commit is contained in:
hppeng-wynn 2022-07-29 10:54:37 -07:00 committed by GitHub
commit 9dc217bd15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ ul.search-box {
position: absolute;
padding: 0;
overflow: auto;
z-index: 10;
}
li.search-item {