mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 10:36:53 +00:00
fixed map attribution
This commit is contained in:
parent
74da8d9230
commit
a2651f5406
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
:loadTilesWhileAnimating="true"
|
:loadTilesWhileAnimating="true"
|
||||||
:loadTilesWhileInteracting="true"
|
:loadTilesWhileInteracting="true"
|
||||||
style=
|
style=
|
||||||
"height: 89%;
|
"
|
||||||
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
"
|
"
|
||||||
|
@ -43,4 +44,8 @@ const rotation = ref(0);
|
||||||
.ol-zoom{
|
.ol-zoom{
|
||||||
top: 40px;
|
top: 40px;
|
||||||
}
|
}
|
||||||
|
.ol-attribution ul{
|
||||||
|
padding:1px .5em;
|
||||||
|
margin-bottom: 8em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue