We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862a0f0 commit 5a8f8e8Copy full SHA for 5a8f8e8
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
<!-- mtoc-start -->
4
5
+- [v5.2.2](#v522)
6
- [v5.2.1](#v521)
7
- [v5.2.0](#v520)
8
- [v5.1.1](#v511)
@@ -52,6 +53,10 @@
52
53
54
<!-- mtoc-end -->
55
56
+## v5.2.2
57
+
58
+- Use `dvb` instead of `dvh` for `<body>` `min-block-size`
59
60
## v5.2.1
61
62
- Add missing changes
src/styles/dress/base.css
@@ -60,8 +60,8 @@ body {
flex-flow: column nowrap;
gap: var(--dress-m-b);
justify-content: space-between;
63
- min-block-size: 100vh;
64
- min-block-size: 100dvh;
+ min-block-size: 100vb;
+ min-block-size: 100dvb;
65
66
> footer {
67
margin-block-start: 0;
0 commit comments