diff --git a/visual_workflow_builder/frontend_v4/src/styles.css b/visual_workflow_builder/frontend_v4/src/styles.css index 8e11244f3..840f6de88 100644 --- a/visual_workflow_builder/frontend_v4/src/styles.css +++ b/visual_workflow_builder/frontend_v4/src/styles.css @@ -1089,9 +1089,7 @@ body { .fullscreen-content img { max-width: 100%; - max-height: 100%; - width: auto; - height: auto; + max-height: calc(100vh - 70px); object-fit: contain; cursor: crosshair; }