Realign the default infoblock position so it doesn't overlap the zoom control.
This commit is contained in:
parent
78f88c6f8a
commit
8f3b7c8fde
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue