iframe
{
display: block;
width: 100%;
min-height: 100vh;
border: none;
overflow-y: hidden;
overflow-x: hidden;
scrollbar-width: none;
frameborder: 0
}
/* Hide scrollbar for WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
display: none;
background-color:transparent;
}
html {
scrollbar-width: none
}
#interactive {
height: 100vh
}
.iframe-container::-webkit-scrollbar{
width: 0;
background-color: transparent;
}
const iframe = document.querySelector(“iframe”);
iframe.onload = function () {
iframe.contentWindow.document.body.style.overflow = “scroll”;
iframe.contentWindow.document.body.style.scrollbarWidth = “none”; // For Firefox
};
The post New York Approved a Major Gas Pipeline Expansion. What Does it Mean for its Climate Goals? appeared first on City Limits.
(Except for the headline, this story has not been edited by PostX News and is published from a syndicated feed.)