From 7904f13edf2850c850ed8d7325248fa2eda76f8f Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Tue, 25 Jun 2024 09:43:38 +0530 Subject: [PATCH] Update global.css --- website3.0/src/app/globals.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/website3.0/src/app/globals.css b/website3.0/src/app/globals.css index ed7db3cf..128d29c4 100644 --- a/website3.0/src/app/globals.css +++ b/website3.0/src/app/globals.css @@ -12,4 +12,21 @@ body { position: absolute; height: 100vh; top: -100px; -} \ No newline at end of file +} + +/* 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; + } + \ No newline at end of file