diff --git a/src/frontend/src/form.tsx b/src/frontend/src/form.tsx index 99a5d5c7..edef5d71 100644 --- a/src/frontend/src/form.tsx +++ b/src/frontend/src/form.tsx @@ -520,7 +520,7 @@ export const Form = ({ ) } className={`max_width_col ${ - dragAndDropping ? "active_element" : null + dragAndDropping ? "drag_and_drop" : null }`} onChange={(event) => onValueChange(event.target.value) diff --git a/src/frontend/src/header.tsx b/src/frontend/src/header.tsx index bf1a9dd7..eee5f473 100644 --- a/src/frontend/src/header.tsx +++ b/src/frontend/src/header.tsx @@ -142,7 +142,7 @@ export const Header = ({ } />