Skip to content

Commit

Permalink
fix: rm backdrop-filter in Search
Browse files Browse the repository at this point in the history
  • Loading branch information
eJayYoung committed Jul 2, 2021
1 parent dc7e8f2 commit ca02112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default {
top: 0;
z-index: 5;
background: rgba(255, 255, 255, 1);
backdrop-filter: blur(5px);
// backdrop-filter: blur(5px);
}
.vux-search-box {
width: 100%;
Expand Down

0 comments on commit ca02112

Please sign in to comment.