Fixed image fitting when opening (#9119)

This commit is contained in:
Alexander Platov
2025-05-28 10:22:51 +07:00
committed by GitHub
parent a32f2a9479
commit 84ddf7e7c0
@@ -61,7 +61,7 @@
{createDrawing}
active={drawingAvailable && !loading}
readonly={drawingAvailable && !drawingEditable}
class="object-contain mx-auto"
class="flex-center clear-mins w-full h-full"
style={`max-width:${width};max-height:${height}`}
>
<img