fix(v2): hide doc sidebar on mobiles (#2631)

This commit is contained in:
Alexey Pyltsyn 2020-04-20 05:48:10 +03:00 committed by GitHub
parent 52d15e0f7e
commit 2823d73e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,4 +25,8 @@
.docPage {
display: inherit;
}
.docSidebarContainer {
display: none;
}
}