feat(mkdocs): resolve silly sidebar showing on mobile
This commit is contained in:
parent
40dcaab0f8
commit
8f9c7ea6c4
|
|
@ -110,9 +110,11 @@
|
|||
|
||||
/* Remove custom hover color - let Material theme handle it */
|
||||
|
||||
/* Sidebar styling */
|
||||
.md-sidebar {
|
||||
/* Sidebar styling - only apply fixed width on desktop */
|
||||
@media screen and (min-width: 76.25em) {
|
||||
.md-sidebar {
|
||||
width: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
.md-sidebar--primary .md-sidebar__scrollwrap {
|
||||
|
|
|
|||
Loading…
Reference in New Issue