Skip to content

Commit

Permalink
Fixing backdrop blur for photo portfolio on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehovey committed Apr 6, 2024
1 parent 8e6313a commit 976c6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ button.back-button {
display: flex;
align-items: center;
justify-content: center;
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
flex-direction: column;

Expand Down

0 comments on commit 976c6ea

Please sign in to comment.