/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#kuicklist_pub_page_id {
    margin: 0;
    padding: 0;
	overflow: hidden;
}
#kuicklist-iframe-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: 100vh;
}
#kuicklist-iframe-container iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

@supports not (-webkit-overflow-scrolling: touch) {
    #kuicklist-iframe-container {
        overflow: visible;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #kuicklist-iframe-container {
        overflow: visible;
    }
}