We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee48ede commit 156e171Copy full SHA for 156e171
components/ui/Gallery/Gallery.tsx
@@ -70,7 +70,7 @@ export const Gallery = ({
70
</ul>
71
{isZoomActive ? (
72
<div>
73
- <div className="fixed z-40 inset-0 flex items-center justify-center w-full h-full zoom">
+ <div className="fixed z-40 inset-0 px-4 flex items-center justify-center w-full h-full zoom">
74
<ul className="relative flex-1 max-w-5xl aspect-[3/2] max-h-full">
75
<ButtonHandler
76
className="absolute z-20 top-4 bg-white text-slate-800 right-4 my-auto"
0 commit comments