uc-cloud-image-editor-activity {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--uc-background);
}

[uc-modal] uc-cloud-image-editor-activity {
  width: min(calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2), calc(100vw - var(--uc-padding) * 2));
  height: var(--modal-content-height-fill, 100%);
}
