Skip to content

Commit

Permalink
fix: compatibility issue on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 30, 2021
1 parent df4cff2 commit 78ca790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ progress::-webkit-progress-value {
.cp__header,
.cp__right-sidebar-topbar,
.sidebar-item.content > div > div:first-of-type {
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
background-color: transparent;
}
Expand Down

0 comments on commit 78ca790

Please sign in to comment.