*,
*::after,
*::before{
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;

    &.accessible-docs-popup-opened {
        overflow: hidden;
        height: 100vh;
    }
}

html, body {
    &.popup-opened {
        overflow: hidden;
    }
}
