Skip to content

Commit 06d2689

Browse files
authored
Website Update
1 parent cc21736 commit 06d2689

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

docs/assets/css/style.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,8 @@ a {
582582

583583
.nav-menu-blur {
584584
display: block;
585-
position: absolute;
586-
top: var(--menu-blur-top, 0px);
587-
left: 0;
588-
right: 0;
589-
height: var(--menu-blur-height, 0px);
585+
position: fixed;
586+
inset: 0;
590587
z-index: 2;
591588
pointer-events: none;
592589
opacity: 0;

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Unbounded:wght@500;700;800&display=swap" rel="stylesheet">
11-
<link rel="stylesheet" href="assets/css/style.css?v=20260320n">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260320o">
1212

1313
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1414
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">

0 commit comments

Comments
 (0)