Remove bottom margin from crate version when the sidebar is collapsed.
This fixes a mobile UI bug where a vertical scrollbar would always be rendered on the sidebar nav when the menu was closed.
This commit is contained in:
parent
c7d6c3dfdc
commit
aea9a4b449
@ -1412,6 +1412,7 @@ h4 > .notable-traits {
|
||||
.sidebar > .block.version {
|
||||
border-bottom: none;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
nav.sub {
|
||||
|
Loading…
Reference in New Issue
Block a user