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 authored and pajowu committed Sep 19, 2023
1 parent 880b244 commit 7f71663
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 7f71663

Please sign in to comment.