Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 25, 2024
1 parent 93d4e40 commit 7904f13
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion website3.0/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,21 @@ body {
position: absolute;
height: 100vh;
top: -100px;
}
}

/* global.css */

.scroll-progress-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 9px;
z-index: 9999;
}

.scroll-progress-bar {
height: 100%;
background-color: #ff2f2f;
}

0 comments on commit 7904f13

Please sign in to comment.