insertable anchor point

This commit is contained in:
vcoppe
2024-04-26 19:34:46 +02:00
parent 92b77735e9
commit f0b963692c
4 changed files with 93 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
} from 'lucide-svelte';
import { _ } from 'svelte-i18n';
import { derived } from 'svelte/store';
function getToggleTool(tool: Tool) {
return () => toggleTool(tool);
@@ -27,7 +26,7 @@
}
</script>
<div class="absolute top-0 bottom-0 left-0 z-10 flex flex-col justify-center pointer-events-none">
<div class="absolute top-0 bottom-0 left-0 z-20 flex flex-col justify-center pointer-events-none">
<div class="flex flex-row w-screen items-center">
<div
class="h-fit flex flex-col p-1 gap-1 bg-background rounded-md pointer-events-auto shadow-md"