html {
    scrollbar-gutter: stable;
}
html.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
