mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 22:16:50 +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"
|
||||
:loadTilesWhileInteracting="true"
|
||||
style=
|
||||
"height: 89%;
|
||||
"
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
"
|
||||
|
@ -43,4 +44,8 @@ const rotation = ref(0);
|
|||
.ol-zoom{
|
||||
top: 40px;
|
||||
}
|
||||
.ol-attribution ul{
|
||||
padding:1px .5em;
|
||||
margin-bottom: 8em;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue