mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-30 23:30:04 +00:00
position menu wrt the map
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
let showDirectionMarkers = false;
|
||||
</script>
|
||||
|
||||
<div class="fixed top-2 left-0 right-0 z-10 flex flex-row justify-center pointer-events-none">
|
||||
<div class="absolute top-2 left-0 right-0 z-10 flex flex-row justify-center pointer-events-none">
|
||||
<div class="w-fit flex flex-row items-center px-1 bg-background rounded-md pointer-events-auto">
|
||||
<Logo class="h-5 mt-1 mx-2" />
|
||||
<Menubar.Root class="border-none">
|
||||
|
@@ -3,8 +3,10 @@
|
||||
import Menu from '$lib/components/Menu.svelte';
|
||||
</script>
|
||||
|
||||
<Menu />
|
||||
<div class="flex flex-col w-screen h-screen">
|
||||
<Map class="grow" />
|
||||
<div class="grow relative">
|
||||
<Menu />
|
||||
<Map class="h-full" />
|
||||
</div>
|
||||
<div class="h-1/3">Test</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user