File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { css } from "lit";
2
2
3
3
export default css `
4
4
: host {
5
- block- size: 100% ;
5
+ block- size: 100dvh ;
6
6
}
7
7
8
8
# map {
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
html {
14
+ block-size : 100vh ;
14
15
text-size-adjust : none;
15
16
16
17
& : focus-within {
@@ -24,16 +25,12 @@ html {
24
25
25
26
body {
26
27
background-color : var (--color-neutral-darkest );
27
- block-size : 100dvh ;
28
28
color : var (--color-neutral-darkest );
29
29
display : flex;
30
30
flex-direction : column;
31
31
font-family : var (--font-family-sans );
32
32
margin : 0 ;
33
-
34
- & : has (dialog # navigation [open ]) {
35
- overflow : hidden;
36
- }
33
+ min-block-size : 100dvh ;
37
34
}
38
35
39
36
h1 ,
Original file line number Diff line number Diff line change 10
10
display : grid;
11
11
grid-template-areas : "masthead navigation search" ;
12
12
grid-template-columns : auto 1fr auto;
13
- padding-inline : calc (var (--page-gutter ) - var (--space-s ));
13
+ inset-block-start : 0 ;
14
+ padding-inline : calc (var (--page-gutter ) - var (--space-xs ));
15
+ position : sticky;
16
+ z-index : 99 ;
14
17
15
18
& : has (h1 ) {
16
19
grid-template-areas : "navigation search" "masthead masthead" ;
17
20
grid-template-columns : auto;
21
+ position : static;
18
22
}
19
23
20
24
& div {
You can’t perform that action at this time.
0 commit comments