Skip to content

Commit 13d275e

Browse files
[css-grid-2] Specify height in example 8 for #grid (w3c#6010)
Apply the same changes from w3c#5968 to _CSS Grid Layout Module Level 2_
1 parent e08d261 commit 13d275e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css-grid-2/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ Grid Areas</h3>
690690
". a";
691691
grid-template-columns: 150px 1fr;
692692
grid-template-rows: 50px 1fr 50px;
693+
height: 100vh;
693694
}
694695

695696
#item1 { grid-area: a }

0 commit comments

Comments
 (0)