File size: 304 Bytes
fca4ff8
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
@supports (height: 0svh) {
    :root {
        --vbody: calc(100svh - var(--vhead) - var(--vfoot));
    }
}

/* @supports (backdrop-filter: blur(0)) {
    @media (max-width: 640px) {
        #top-nav-screen.screening {
            backdrop-filter: blur(2rem);
            background: none;
        }
} */