iframe {
  height: 100%;
  width: 100%;
}

.z2m-frontend {
	height: calc(100vh - 135px);
	width: 100%;
}

@media (min-width: 768px) {
    .z2m-frontend {
        height: calc(100vh - 187px);
        width: 100%;
    }
}

div.step-title {
    cursor: default !important;
}

div.log-detail {
    display: block;
    position: relative;
    overflow: auto;
    max-height: 15rem;
}
