mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +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"
|
||||
|
|
|
@ -782,15 +782,15 @@ a.tag:hover {
|
|||
.selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: 800px;
|
||||
overflow-y: visible;
|
||||
}
|
||||
.tt-dropdown-menu {
|
||||
padding: 0px 10px 0px 10px;
|
||||
padding: 5px 10px 0px 10px;
|
||||
background: #FFFFFF;
|
||||
cursor: pointer;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.interior .header-Outro.browse-page {
|
||||
overflow: visible;
|
||||
|
|
Loading…
Add table
Reference in a new issue