Skip to content

Commit

Permalink
Merge pull request #144 from onehealthtoolkit/fix_issues
Browse files Browse the repository at this point in the history
Fix gallery  picture dialog overflow display.
  • Loading branch information
pphetra authored Nov 16, 2023
2 parents a25f1a9 + c88b5ed commit 83dde58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widgets/dialogs/galleryDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const GalleryDialog: React.FC<GalleryDialogProps> = ({ viewModel }) => {
heightClassName="h-[96vh]"
widthClassName="w-[96vw]"
renderContent={() => (
<div className="flex flex-col items-center h-full">
<div className="flex flex-col items-center h-[88vh]">
<div
className={`flex-grow ${
viewModel.hasMultipleItems ? "h-[calc(100%-6rem)]" : "h-full"
Expand Down

0 comments on commit 83dde58

Please sign in to comment.