fix(stage-tamagotchi): user should not be able to select DRAG notice

This commit is contained in:
Ayaka Neko
2025-08-21 01:39:40 +08:00
parent 3e43224669
commit b064b59b0f
+1 -1
View File
@@ -183,7 +183,7 @@ if (import.meta.hot) { // For better DX
bg="white/80 dark:neutral-950/80" backdrop-blur="md"
>
<div class="wall absolute top-0 h-8" />
<div data-tauri-drag-region class="absolute left-0 top-0 h-full w-full flex animate-flash animate-duration-5s animate-count-infinite items-center justify-center text-1.5rem text-primary-400 font-normal">
<div data-tauri-drag-region class="absolute left-0 top-0 h-full w-full flex animate-flash animate-duration-5s animate-count-infinite select-none items-center justify-center text-1.5rem text-primary-400 font-normal">
DRAG HERE TO MOVE
</div>
<div data-tauri-drag-region class="wall absolute bottom-0 h-8" />