Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/Gallery/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function Gallery() {
<div className="fixed inset-0 flex items-center justify-center z-50 bg-black bg-opacity-75 overflow-y-auto">
<div className="relative max-h-screen max-w-screen-lg p-4 bg-white rounded-lg flex flex-col items-center justify-center">
<img
className="max-h-[80vh] max-w-[80vw] rounded-lg mb-4"
className="max-h-[80vh] rounded-lg mb-4"
src={images[selectedImageIndex].src}
alt={`Selected gallery img ${selectedImageIndex + 1}`}
/>
Expand Down
Loading