Use main app background for dragging window

- this doesn't yet enable dragging for e.g. settings, but we'll get there
This commit is contained in:
Mattias Granlund 2023-12-12 16:03:50 +01:00
parent 669c481bf6
commit 043e0de45b

View File

@ -68,7 +68,7 @@
</script>
<div class="flex h-full flex-col">
<div class="flex flex-grow justify-center overflow-hidden">
<div data-tauri-drag-region class="flex flex-grow justify-center overflow-hidden">
<slot />
</div>
<Toaster />