mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-24 06:43:50 -04:00
Fixed blog post metadata layout on small screens
This commit is contained in:
@@ -165,6 +165,10 @@
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.md-sidebar__scrollwrap {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.md-sidebar__inner {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -191,6 +195,8 @@
|
||||
|
||||
.md-nav {
|
||||
position: initial;
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user