.action-button{
  margin: 0 3px;
}
.iframe{
  width:100%;
  height: 100%;
}
.flow-action{
  display: inline-block;
}
.flow-action-dialog{
  width: 60%;
  .next-dialog-body{
    height:100%;
    overflow-y: hidden!important;
  }
}


.operation-absolute {
  width: 100%;
  padding: 15px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index:10;
}
