We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eca639 commit a97199aCopy full SHA for a97199a
1 file changed
src/style.css
@@ -538,7 +538,7 @@ html[data-theme='dark'] {
538
@media (max-width: 750px) {
539
:root {
540
/* quickfix https://stackoverflow.com/questions/37112218/css3-100vh-not-constant-in-mobile-browser */
541
- --docsearch-modal-height: calc(100vh - 110px);
+ --docsearch-modal-height: 100vh;
542
--docsearch-spacing: 10px;
543
--docsearch-footer-height: 40px;
544
}
@@ -549,7 +549,9 @@ html[data-theme='dark'] {
549
.DocSearch-Modal {
550
border-radius: 0;
551
box-shadow: none;
552
- margin: 0 auto;
+ margin: 0;
553
+ width: 100%;
554
+ max-width: 100%;
555
556
.DocSearch-Cancel {
557
display: inline-block;
0 commit comments