Skip to content

Commit 346ea60

Browse files
committed
Enable scroll progress indicator on mobile
1 parent 2ea8e93 commit 346ea60

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/animations/ScrollProgress.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,4 @@
7474
opacity: 0.3; /* Subtle presence without animation */
7575
}
7676
}
77-
78-
/* Hide on mobile to reduce visual clutter */
79-
@media (max-width: 768px) {
80-
.scroll-progress {
81-
display: none;
82-
}
83-
}
8477
</style>

0 commit comments

Comments
 (0)