/* public/css/layout.css */

/* from style.css around page/layout */
.page {
    position: relative;
    min-height: 100vh;
    opacity: 0;
}
[data-x-mode] .page {
    opacity: 1;
}

/* loader already styled in style.css, so nothing more here */
body {
    overflow-x: hidden;
}
