Skip to content

Commit

Permalink
Fix mobile scroll behavior (blakeblackshear#13201)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored and iursevla committed Sep 1, 2024
1 parent 31f14bd commit 9766b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/overlay/detail/ReviewDetailDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function ReviewDetailDialog({

<Content
className={
isDesktop ? "sm:max-w-xl" : "max-h-[75dvh] overflow-x-hidden p-2 pb-4"
isDesktop ? "sm:max-w-xl" : "max-h-[75dvh] overflow-hidden p-2 pb-4"
}
>
{review && (
Expand Down

0 comments on commit 9766b5d

Please sign in to comment.