From cbda5fc1462ac5e4f57dba08c149001c8867d38c Mon Sep 17 00:00:00 2001 From: Igor Carvalho Date: Wed, 5 Jul 2023 19:09:15 -0300 Subject: [PATCH] fix: commit saving error --- src/frontend/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index ba7c657f4..b088671cd 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -521,4 +521,8 @@ The cursor: default; property value restores the browser's default cursor style .edit-flow-span { @apply ml-10 animate-pulse text-status-red } + + .float-component-pointer { + @apply pointer-events-none cursor-not-allowed + } } \ No newline at end of file