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 de4701d commit c70acbdCopy full SHA for c70acbd
src/css/doc.css
@@ -14,7 +14,7 @@
14
font-size: var(--doc-font-size--desktop);
15
margin: var(--doc-margin--desktop);
16
max-width: var(--doc-max-width--desktop);
17
- min-width: 0;
+ min-width: 0; /* min-width: 0 required for flexbox to constrain overflowing elements */
18
position: relative;
19
z-index: var(--z-index-doc);
20
}
src/css/main.css
@@ -11,8 +11,7 @@
11
@media screen and (min-width: 1024px) {
12
main {
13
flex: auto;
- /* min-width: 0 required for flexbox to constrain overflowing elements */
main > .content {
0 commit comments