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