
/* Prevent layout shift from scrollbar */
html {
    overflow-y: scroll;
}
