Skip to content

Commit 855f421

Browse files
committed
Page Scroll Indicator Update
1 parent 92f6e80 commit 855f421

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

13. Page Scroll Indicator/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ body {
1515
}
1616

1717
.scroll-indicator {
18-
height: 5px;
18+
height: 10px;
1919
width: calc(100% - 6em);
2020
position: fixed;
21-
top: 10px;
21+
top: 5px;
2222
left: 3em;
2323
border-radius: 3px;
24+
z-index: 9;
2425
}
2526

2627
.scroll-indicator .progress {

0 commit comments

Comments
 (0)