Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertronprime authored Jul 8, 2024
1 parent 5a2fe1f commit ec20416
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
body > main {
padding-top: 0;
}
nav {
position: sticky;
top: 0;
z-index: 1000;
}
nav {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-wrapper {
max-height: calc(100vh - 4rem);
overflow-y: auto;
Expand Down

0 comments on commit ec20416

Please sign in to comment.