Prevent scrollbar from adding to page width in Framer
Hey! Does anyone know if there's a way, or custom code, to prevent the browser scrollbar from adding to the page width and causing that small layout jump? thx!
EDIT: paste on top of head. worked for me!
<style>
html {
scrollbar-gutter: stable;
}
</style>