Skip to content

Commit

Permalink
chore(demo): hide default scrollbar (#9192)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 25, 2024
1 parent 1ea2dd3 commit 3568826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/demo/src/modules/app/search/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ html[data-theme='dark'] {
}
}

.DocSearch-Hit-content-wrapper {
overflow: hidden;
}

.DocSearch-Container {
backdrop-filter: blur(4px);

Expand Down

0 comments on commit 3568826

Please sign in to comment.