We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7647d55 + a91be08 commit 546b6eeCopy full SHA for 546b6ee
docs/.vuepress/theme/styles/sidebar.styl
@@ -80,11 +80,17 @@ html.route-index {
80
aside.sidebar {
81
display: flex;
82
flex-direction: column;
83
- height: 100vh;
84
overflow: hidden;
+ box-sizing: border-box;
85
86
> .sidebar-links {
87
padding: 1rem 0;
88
89
+ flex-grow: 1;
90
+
91
+ > li:last-child {
92
+ margin-bottom: 1rem;
93
+ }
94
95
a {
96
&.active {
@@ -104,7 +110,6 @@ html.route-index {
104
110
}
105
111
106
112
overflow: auto;
107
- padding-bottom: 6em;
108
113
109
114
115
.nav-links, .nav-links a {
0 commit comments