fixing bottom nav

This commit is contained in:
SRP-mango 2023-08-02 01:34:46 +07:00
parent 11f7e06bde
commit 65d4f3d12a
4 changed files with 32 additions and 23 deletions

View file

@ -6,12 +6,10 @@
:loadTilesWhileAnimating="true"
:loadTilesWhileInteracting="true"
style=
"
height: 100%;
"height: 89%;
width: 100%;
position: fixed;
"
position: fixed;
"
>
<ol-view
ref="view"
@ -39,4 +37,10 @@ const center = ref([100.538611, 13.764722]);
const projection = ref("EPSG:4326");
const zoom = ref(19);
const rotation = ref(0);
</script>
</script>
<style>
.ol-zoom{
top: 40px;
}
</style>