From a7c358994170ebd14df62d9f4ca6a787015983ba Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:38:49 +0100 Subject: [PATCH] Show full iframe viewport without zoom in Graphics previews --- src/dashboard/scoreko-dev/views/Graphics.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/dashboard/scoreko-dev/views/Graphics.vue b/src/dashboard/scoreko-dev/views/Graphics.vue index a3a4c36..59c5e84 100644 --- a/src/dashboard/scoreko-dev/views/Graphics.vue +++ b/src/dashboard/scoreko-dev/views/Graphics.vue @@ -190,10 +190,8 @@ const onDragStart = (event: DragEvent, graphic: GraphicConfig) => { } .graphics-preview__frame { - width: 125%; - height: 125%; + width: 100%; + height: 100%; border: 0; - transform: scale(0.8); - transform-origin: top left; }