Skip to content

Commit

Permalink
backdrop filter on webkit (safari) devices for menu and search
Browse files Browse the repository at this point in the history
  • Loading branch information
oli06 authored and mnjm committed Aug 27, 2024
1 parent ad91920 commit cca9837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ details[open] div {
z-index: 30;
transition: transform 0.3s ease-in-out;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

#mob-hb-icon, #mob-x-icon {
Expand Down Expand Up @@ -863,6 +864,7 @@ pre code::-webkit-scrollbar-thumb:hover {
z-index: 30;
transition: transform 0.3s ease-in-out;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
display: none; /* TODO: Make this nun */
}

Expand Down

0 comments on commit cca9837

Please sign in to comment.