File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export function DocumentThumbnail({
171
171
{ documents . map ( ( document , index ) => (
172
172
< CarouselItem key = { index } >
173
173
< Image
174
- className = "object-contain w-[calc(100vw-32px)] h-[calc(100dvh-32px-40px-16px)] sm:w-[calc(100vw-32px-32px)] sm:h-[calc(100dvh-32px-40px-16px-32px)]"
174
+ className = "object-contain w-[calc(100vw-32px)] h-[calc(100dvh-32px-40px-16px-48px )] sm:w-[calc(100vw-32px-32px)] sm:h-[calc(100dvh-32px-40px-16px-32px-48px )]"
175
175
src = { document . url }
176
176
width = { document . width }
177
177
height = { document . height }
@@ -180,8 +180,8 @@ export function DocumentThumbnail({
180
180
</ CarouselItem >
181
181
) ) }
182
182
</ CarouselContent >
183
- < CarouselPrevious className = "left-0 top-auto bottom-0 " />
184
- < CarouselNext className = "right-0 top-auto bottom-0 " />
183
+ < CarouselPrevious className = "left-0 top-auto - bottom-16 " />
184
+ < CarouselNext className = "right-0 top-auto - bottom-16 " />
185
185
</ Carousel >
186
186
</ div >
187
187
</ DialogContent >
You can’t perform that action at this time.
0 commit comments