Skip to content

Commit 4f1ae71

Browse files
progress circle fix
1 parent f89a774 commit 4f1ae71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ document.addEventListener("DOMContentLoaded", () => {
3838
progress.style.background = `conic-gradient(#A61414 ${scrollValue}%, #3D3D3D ${scrollValue}%)`;
3939
});
4040

41+
window.dispatchEvent(new Event('scroll'));
42+
4143
// Game filtering
4244
filterSelection("all");
4345

0 commit comments

Comments
 (0)