mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
Fix collapse of main content on "Users" page on IE11 (#646)
This commit is contained in:
parent
c599d433e8
commit
432bdffb22
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ header h2 {
|
|||
|
||||
.mainContainer {
|
||||
background: #f9f9f9;
|
||||
flex: 1;
|
||||
flex: 1 0 auto;
|
||||
font-size: 18px;
|
||||
}
|
||||
.mainContainer .wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue