mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
fix(v2): hide doc sidebar on mobiles (#2631)
This commit is contained in:
parent
52d15e0f7e
commit
2823d73e19
1 changed files with 4 additions and 0 deletions
|
@ -25,4 +25,8 @@
|
|||
.docPage {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.docSidebarContainer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue