You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've applied bprogress (Next.js App Router) to my project. However, when I set a z-index and background-color for the header component, the progress bar exhibits a choppy disappearance as shown below.
Screen.Recording.2025-03-26.at.20.39.50.mov
Below is a portion of the CSS code for my header component (using vanilla-extract):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've applied bprogress (Next.js App Router) to my project. However, when I set a
z-indexandbackground-colorfor the header component, the progress bar exhibits a choppy disappearance as shown below.Screen.Recording.2025-03-26.at.20.39.50.mov
Below is a portion of the CSS code for my header component (using vanilla-extract):
Additionally, I am using the
Providerin the following way:I attempted to resolve the issue by adjusting the
z-indexof the bprogress class, but it didn't work. Is there any solution available?Beta Was this translation helpful? Give feedback.
All reactions