fixed map attribution

This commit is contained in:
SRP-mango 2023-08-02 01:51:43 +07:00
parent 74da8d9230
commit a2651f5406

View file

@ -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>