Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(demo): add backdrop-filter
Browse files Browse the repository at this point in the history
splincode committed Sep 25, 2024
1 parent e8f2859 commit e28e43d
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
@@ -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 e28e43d

Please sign in to comment.