diff --git a/components/core/modal/Modal.vue b/components/core/modal/Modal.vue index 19f7e7add8..f7c47b3771 100644 --- a/components/core/modal/Modal.vue +++ b/components/core/modal/Modal.vue @@ -126,7 +126,7 @@ export default { transform: translateX(0px); } .lightBox__photo > img { - @apply absolute rounded-[inherit] object-contain; + @apply absolute object-contain; width: calc(100% - 10px); } .img__bg {