Skip to content

Commit 5a8f8e8

Browse files
committed
Use dvb instead of dvh
1 parent 862a0f0 commit 5a8f8e8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<!-- mtoc-start -->
44

5+
- [v5.2.2](#v522)
56
- [v5.2.1](#v521)
67
- [v5.2.0](#v520)
78
- [v5.1.1](#v511)
@@ -52,6 +53,10 @@
5253

5354
<!-- mtoc-end -->
5455

56+
## v5.2.2
57+
58+
- Use `dvb` instead of `dvh` for `<body>` `min-block-size`
59+
5560
## v5.2.1
5661

5762
- Add missing changes

src/styles/dress/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ body {
6060
flex-flow: column nowrap;
6161
gap: var(--dress-m-b);
6262
justify-content: space-between;
63-
min-block-size: 100vh;
64-
min-block-size: 100dvh;
63+
min-block-size: 100vb;
64+
min-block-size: 100dvb;
6565

6666
> footer {
6767
margin-block-start: 0;

0 commit comments

Comments
 (0)