.pro-iframe-route-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
}
.pro-iframe-route-view .pro-iframe {
  flex: 1;
  min-height: 0;
  height: 100%;
}
