mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
fix image height
This commit is contained in:
@@ -60,6 +60,15 @@
|
||||
@apply absolute z-10 inset-0 flex items-center justify-center overflow-x-hidden;
|
||||
}
|
||||
|
||||
.imageContainer {
|
||||
& > div {
|
||||
@apply h-full;
|
||||
& > div {
|
||||
@apply h-full;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.img {
|
||||
@apply w-full h-auto max-h-full object-cover;
|
||||
}
|
||||
|
Reference in New Issue
Block a user