/* The iframe owns one document scrollbar; page-sized desktop layouts must
   not clip content inside a smaller dialog viewport. */
html:has(body.workspace-embedded) { height:auto!important; overflow:auto!important; }
body.workspace-embedded { height:auto!important; min-height:100vh!important; overflow:auto!important; padding-top:0!important; }
body.workspace-embedded > main { flex:none!important; height:auto!important; max-height:none!important; overflow:visible!important; min-height:0!important; }
.workspace-embedded .location-operations-panel,
.workspace-embedded .location-operations-layout,
.workspace-embedded .location-sorted-pane,
.workspace-embedded .software-deployment-workspace,
.workspace-embedded .software-target-pane,
.workspace-embedded .software-control-pane,
.workspace-embedded .software-rollout-panel { height:auto!important; max-height:none!important; overflow:visible!important; min-height:0!important; }
.workspace-embedded .location-operations-list,
.workspace-embedded .location-filter-sidebar,
.workspace-embedded .software-agent-list { height:auto!important; max-height:none!important; overflow:visible!important; }
dialog[open]:not(.location-workspace-popup):not(.agent-root-dialog) { max-height:calc(100dvh - 24px); overflow-y:auto; }
.location-workspace-popup iframe { min-height:0; }
