html, body {
height: 100%;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
/* Wrapper that exactly equals viewport */
.no-scroll-frame {
position: fixed;
inset: 0;
width: 100vw;
height: 100dvh;
overflow: hidden;
z-index: 0;
}
.no-scroll-frame iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}