Skip to content

Commit

Permalink
feat(docsearch): append modal to body
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Apr 9, 2020
1 parent 92fa12d commit 935aa81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style.css
Expand Up @@ -91,7 +91,7 @@ html[data-theme='dark'] {
--docsearch-muted-color: rgb(127, 132, 151);
}

.DocSearch--active .main-wrapper {
.DocSearch--active #__docusaurus {
filter: blur(2px);
}

Expand Down Expand Up @@ -167,6 +167,7 @@ html[data-theme='dark'] {
}

.DocSearch-Container {
z-index: var(--ifm-z-index-fixed);
height: 100vh;
width: 100vw;
position: fixed;
Expand Down

0 comments on commit 935aa81

Please sign in to comment.