Realign the default infoblock position so it doesn't overlap the zoom control.

This commit is contained in:
Oliver Jowett 2016-10-14 22:04:44 +01:00
parent 78f88c6f8a
commit 8f3b7c8fde

View file

@ -10,8 +10,8 @@ html, body {
#selected_infoblock {
position: absolute;
left: 20px;
top: 20px;
left: 40px;
top: 10px;
min-width: 360px;
padding: 20px;
background: #ffffff;