We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9448b55 commit 8998f97Copy full SHA for 8998f97
css-values-5/calc-size-explainer.md
@@ -143,6 +143,7 @@ details::details-content {
143
--open-close-duration: 500ms;
144
display: block; /* override default 'display: contents' */
145
height: 0;
146
+ overflow: hidden;
147
transition: height var(--open-close-duration),
148
content-visibility var(--open-close-duration) allow-discrete step-end;
149
}
0 commit comments