header nav.active
{
    body
    {
        overflow-y: hidden;
    }
}
Is something like that possible or would I have to be doing that with Javascript?
header nav.active
{
    body
    {
        overflow-y: hidden;
    }
}
Is something like that possible or would I have to be doing that with Javascript?
 
    
    No, this is not possible with plain CSS.
