Skip to content

Commit

Permalink
chore: fix search dialog on mobile (#9158)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Sep 24, 2024
1 parent 9741bfc commit c816d49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/demo/src/modules/app/search/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@ html[data-theme='dark'] {
color: var(--docsearch-muted-color);
}
}

@media @tui-mobile {
.DocSearch-Container {
position: fixed;
}
}

0 comments on commit c816d49

Please sign in to comment.