Skip to content

Commit

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

@media @tui-mobile {
.DocSearch-Container {
.DocSearch-Container {
backdrop-filter: blur(4px);

@media @tui-mobile {
position: fixed;
}
}

0 comments on commit 042bda2

Please sign in to comment.