#91076: Fix overlapping autocomplete suggestion box

5.x
Steven Wittens 2006-10-24 19:36:52 +00:00
parent 72f68ae772
commit 727eba0efb
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ ul.secondary a.active {
position: absolute;
border: 1px solid;
overflow: hidden;
z-index: 100;
}
#autocomplete ul {
margin: 0;