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.
1 parent 6b7172b commit d7c2daeCopy full SHA for d7c2dae
docs/css/main.css
@@ -79,6 +79,7 @@ body .container-wrapper {
79
margin-right: auto;
80
border-radius: 15px;
81
position: relative;
82
+ min-height: 100vh;
83
}
84
85
.title {
@@ -159,6 +160,7 @@ a:hover code {
159
160
max-width: 914px;
161
line-height: 1.6; /* Inspired by Github's wiki style */
162
padding-left: 30px;
163
164
165
166
.dropdown-menu {
@@ -239,6 +241,7 @@ a.anchorjs-link:hover { text-decoration: none; }
239
241
border-bottom-width: 0px;
240
242
margin-top: 0px;
243
width: 210px;
244
+ height: 80%;
245
float: left;
246
position: fixed;
247
overflow-y: scroll;
0 commit comments