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 0dd8fe3 commit 2b42ad8Copy full SHA for 2b42ad8
themes/doc/layout/home.ejs
@@ -44,6 +44,7 @@
44
</a>
45
<p class="card-description">
46
<%- item.description %>
47
+ <br/><br/><br/><br/>
48
</p>
49
</div>
50
themes/doc/source/style/_doc/layout.scss
@@ -50,3 +50,9 @@ body {
.doc-sidebar__vertical-menu {
51
display: none;
52
}
53
+
54
+.DocSearch-Container {
55
+ position: fixed !important;
56
+ width: 100% !important;
57
+ height: 100% !important;
58
+}
0 commit comments