Skip to content

Commit 0bb8437

Browse files
committed
Fix scroll indicator clipping behind contact bar
Position indicator above contact bar overlap zone — 56px on desktop, 40px on mobile.
1 parent dec1417 commit 0bb8437

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
/* Scroll indicator arrow */
491491
.scroll-indicator {
492492
position: absolute;
493-
bottom: 20px;
493+
bottom: 56px;
494494
right: 12px;
495495
opacity: 0;
496496
visibility: hidden;
@@ -1067,7 +1067,7 @@
10671067
}
10681068

10691069
.scroll-indicator {
1070-
bottom: 12px;
1070+
bottom: 40px;
10711071
right: 8px;
10721072
}
10731073

0 commit comments

Comments
 (0)