diff --git a/ts/image-occlusion/review.scss b/ts/image-occlusion/review.scss index 8e4065fd1..676056ba7 100644 --- a/ts/image-occlusion/review.scss +++ b/ts/image-occlusion/review.scss @@ -1,8 +1,7 @@ #image-occlusion-container { position: relative; // if height-constrained, ensure container is centered - left: 50%; - transform: translate(-50%, 0); + margin: 0 auto; // allow for 20px margin on html element, or short windows can truncate // image max-height: calc(95vh - 40px);