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 {
|
#selected_infoblock {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 20px;
|
left: 40px;
|
||||||
top: 20px;
|
top: 10px;
|
||||||
min-width: 360px;
|
min-width: 360px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
Loading…
Reference in a new issue