mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
floating menu
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
let showDirectionMarkers = false;
|
||||
</script>
|
||||
|
||||
<div class="h-fit flex flex-row items-center mx-1">
|
||||
<div class="fixed 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">
|
||||
<Menubar.Menu>
|
||||
@@ -101,3 +102,4 @@
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -3,8 +3,8 @@
|
||||
import Menu from '$lib/components/Menu.svelte';
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col w-screen h-screen">
|
||||
<Menu />
|
||||
<div class="flex flex-col w-screen h-screen">
|
||||
<Map class="grow" />
|
||||
<div class="h-1/3">Test</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user