mirror of
https://github.com/neocities/neocities.git
synced 2025-06-28 23:23:22 +02:00
Improvements to autocomplete menu
This commit is contained in:
parent
225bdc03cf
commit
95278eacb4
2 changed files with 5 additions and 4 deletions
|
@ -759,10 +759,11 @@
|
|||
},
|
||||
dropdown: {
|
||||
position: "absolute",
|
||||
top: "100%",
|
||||
top: "79%",
|
||||
left: "0",
|
||||
zIndex: "100",
|
||||
display: "none"
|
||||
display: "none",
|
||||
width: "100%"
|
||||
},
|
||||
suggestions: {
|
||||
display: "block"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue