Skip to content

Commit

Permalink
Render loading spinner in front of player
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Sep 18, 2023
1 parent 915e728 commit ba1fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/editor/transcription_editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export function TranscriptionEditor({
<>
<div
className={clsx(
'grow-[2] fixed left-0 top-0 flex items-center justify-center w-full h-full bg-white dark:bg-neutral-900 z-10',
'grow-[2] fixed left-0 top-0 flex items-center justify-center w-full h-full bg-white dark:bg-neutral-900 z-50',
)}
>
<LoadingBee size={200} />
Expand Down

0 comments on commit ba1fef9

Please sign in to comment.