Commit c1c37470 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

limit completion menu height

parent 08ef6172
Loading
Loading
Loading
Loading
+2 −0

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -409,6 +409,12 @@ div.displaysingle div.info {
	color: #0000ff;
}

ul.ui-autocomplete {
	max-height: 20em;
	overflow-x: hidden;
	overflow-y: auto;
}

div.geolocation {
	text-align: center;
}