mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Fix search results dropdown z-index on home page
Add z-index to .hero-search container so dropdown appears above cards
This commit is contained in:
@@ -331,6 +331,7 @@ a:hover {
|
||||
max-width: 560px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.hero-search input {
|
||||
|
||||
Reference in New Issue
Block a user