diff --git a/index.html b/index.html
index 2f0514e..5f71bc6 100644
--- a/index.html
+++ b/index.html
@@ -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;