Show full iframe viewport without zoom in Graphics previews

This commit is contained in:
Pandipipas
2026-02-14 18:38:49 +01:00
parent b2619f2b8e
commit a7c3589941
+2 -4
View File
@@ -190,10 +190,8 @@ const onDragStart = (event: DragEvent, graphic: GraphicConfig) => {
} }
.graphics-preview__frame { .graphics-preview__frame {
width: 125%; width: 100%;
height: 125%; height: 100%;
border: 0; border: 0;
transform: scale(0.8);
transform-origin: top left;
} }
</style> </style>