Skip to content

Commit

Permalink
fixed the camera overlapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Sep 27, 2024
1 parent 38dc536 commit 352beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/CameraFeed/CameraFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function CameraFeed(props: Props) {
<div ref={playerWrapperRef} className="flex flex-col justify-center">
<div
className={classNames(
"flex max-h-screen flex-col justify-center",
"max-w-screen flex flex-col justify-center",
props.className,
isFullscreen ? "bg-black" : "bg-zinc-100",
isIOS && isFullscreen && "px-20",
Expand Down

0 comments on commit 352beca

Please sign in to comment.