fix ui size
This commit is contained in:
parent
7c9ce25072
commit
958d40f887
3 changed files with 1 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
const { verticalFileView, elevationProfile } = settings;
|
||||
</script>
|
||||
|
||||
<div class="flex flex-row w-screen h-screen">
|
||||
<div class="fixed flex flex-row w-screen h-screen">
|
||||
<div class="flex flex-col grow h-full min-w-0">
|
||||
<div class="grow relative">
|
||||
<Menu />
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
if (point) {
|
||||
return point.element.raw.index;
|
||||
} else {
|
||||
console.log(points);
|
||||
return points[0].index;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -111,8 +111,6 @@
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
newMap.resize();
|
||||
});
|
||||
|
||||
$: if ($map) {
|
||||
|
|
Loading…
Reference in a new issue