.webform-flex--container {
    height: 100%;
}

.sticky.webform-flexbox {
    display: block;
	position: relative;
	position: -webkit-sticky;
    position: sticky;
    top: 85px;
}