Skip to content

Commit

Permalink
adjust z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 6, 2023
1 parent cc85c9f commit e1f6b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/CameraFeed/NoFeedAvailable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function NoFeedAvailable(props: Props) {
return (
<div
className={classNames(
"absolute inset-x-0 inset-y-0 flex flex-col items-center justify-center gap-2 text-center",
"absolute inset-x-0 inset-y-0 z-[5] flex flex-col items-center justify-center gap-2 text-center",
props.className
)}
>
Expand Down

0 comments on commit e1f6b0d

Please sign in to comment.