Skip to content

Commit

Permalink
Fix header backdrop on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Sep 24, 2024
1 parent d1f81fe commit ba904ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
[data-has-hero] header {
background: transparent;
border-bottom: solid 1px transparent;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

Expand Down

0 comments on commit ba904ed

Please sign in to comment.