diff --git a/client/components/common/tce-core/PreviewOverlay.vue b/client/components/common/tce-core/PreviewOverlay.vue index 9957007c9..4ec609f4d 100644 --- a/client/components/common/tce-core/PreviewOverlay.vue +++ b/client/components/common/tce-core/PreviewOverlay.vue @@ -1,6 +1,7 @@ @@ -67,11 +65,6 @@ export default { } .content { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; width: 100%; height: 100%; }