Skip to content

Commit

Permalink
blur in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
de-pesh committed Oct 8, 2024
1 parent 672d822 commit 326761c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,11 @@ nav .fa-solid {
right: -200px;
width: 200px;
height: 100vh;
z-index: 999;
z-index: 9999;
padding-top: 50px;
transition: right 0.5s;
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
}

nav ul li {
Expand Down

0 comments on commit 326761c

Please sign in to comment.