mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
fix(theme-classic): content container grow to take all the available space (#8463)
fix https://github.com/facebook/docusaurus/issues/8369 fix https://github.com/facebook/docusaurus/pull/8426
This commit is contained in:
parent
deb376e4a6
commit
f3507e0505
3 changed files with 4 additions and 0 deletions
|
@ -12,4 +12,5 @@
|
|||
|
||||
.docsWrapper {
|
||||
display: flex;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
|
|
@ -43,4 +43,5 @@
|
|||
|
||||
.collapseSidebarButton {
|
||||
display: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,8 @@ body {
|
|||
|
||||
.mainWrapper {
|
||||
flex: 1 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/* Docusaurus-specific utility class */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue