Skip to content

Commit

Permalink
fix(theme-classic): content container grow to take all the available …
Browse files Browse the repository at this point in the history
…space (#8463)

fix #8369
fix #8426
  • Loading branch information
Djunnni authored and slorber committed Jan 26, 2023
1 parent deb376e commit f3507e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Expand Up @@ -12,4 +12,5 @@

.docsWrapper {
display: flex;
flex: 1 0 auto;
}
Expand Up @@ -43,4 +43,5 @@

.collapseSidebarButton {
display: none;
margin: 0;
}
Expand Up @@ -12,6 +12,8 @@ body {

.mainWrapper {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}

/* Docusaurus-specific utility class */
Expand Down

0 comments on commit f3507e0

Please sign in to comment.