Skip to content

Commit 2b42ad8

Browse files
fix docsearch modal style
1 parent 0dd8fe3 commit 2b42ad8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

themes/doc/layout/home.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
</a>
4545
<p class="card-description">
4646
<%- item.description %>
47+
<br/><br/><br/><br/>
4748
</p>
4849
</div>
4950
</div>

themes/doc/source/style/_doc/layout.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ body {
5050
.doc-sidebar__vertical-menu {
5151
display: none;
5252
}
53+
54+
.DocSearch-Container {
55+
position: fixed !important;
56+
width: 100% !important;
57+
height: 100% !important;
58+
}

0 commit comments

Comments
 (0)