Skip to content

Commit a8f0766

Browse files
committed
Merge remote-tracking branch 'base/main'
2 parents 7c3a429 + 091cd02 commit a8f0766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/expense-documents-input.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export function DocumentThumbnail({
171171
{documents.map((document, index) => (
172172
<CarouselItem key={index}>
173173
<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)]"
175175
src={document.url}
176176
width={document.width}
177177
height={document.height}
@@ -180,8 +180,8 @@ export function DocumentThumbnail({
180180
</CarouselItem>
181181
))}
182182
</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" />
185185
</Carousel>
186186
</div>
187187
</DialogContent>

0 commit comments

Comments
 (0)