-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Navbar overlapping and css overflow in deep dependency section #731
Comments
Hi @yurishkuro can you please assign me this issue? |
Hello, @yurishkuro has this issue been worked on? |
Hi, I didnt get time to complete it and I have my exams this week. Please
go ahead if you want to work on it.
…On Mon, 3 May, 2021, 18:09 Phemia Ampaire, ***@***.***> wrote:
Hello, @yurishkuro <https://github.com/yurishkuro> has this issue been
worked on?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#731 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS2Y6XU7B4KAFBUVRTMG4EDTL2KRDANCNFSM42TUL44Q>
.
|
I was able to repro this issue.
I'm not very familiar with the codebase yet, so don't know why the A quick fix would be to bump the fixed page header element's |
stardotcode
pushed a commit
to stardotcode/jaeger-ui
that referenced
this issue
Jul 7, 2021
Bump up the z-index of page header element so that the deep dependency header doesn't overlap when scrolling down. Resolves jaegertracing#731 Signed-off-by: Neil Sharma <[email protected]>
stardotcode
pushed a commit
to stardotcode/jaeger-ui
that referenced
this issue
Jul 7, 2021
Bump up the z-index of page header element so that the deep dependency header doesn't overlap when scrolling down. Resolves jaegertracing#731 Signed-off-by: Neil Sharma <[email protected]>
albertteoh
pushed a commit
that referenced
this issue
Jul 8, 2021
Bump up the z-index of page header element so that the deep dependency header doesn't overlap when scrolling down. Resolves #731 Signed-off-by: Neil Sharma <[email protected]>
leroy-chen
pushed a commit
to leroy-chen/jaeger-ui
that referenced
this issue
Jul 16, 2021
jaegertracing#782) Bump up the z-index of page header element so that the deep dependency header doesn't overlap when scrolling down. Resolves jaegertracing#731 Signed-off-by: Neil Sharma <[email protected]> Signed-off-by: leroy-chen <[email protected]>
leroy-chen
pushed a commit
to leroy-chen/jaeger-ui
that referenced
this issue
Jul 16, 2021
jaegertracing#782) Bump up the z-index of page header element so that the deep dependency header doesn't overlap when scrolling down. Resolves jaegertracing#731 Signed-off-by: Neil Sharma <[email protected]> Signed-off-by: leroy-chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behaviour
The deep dependency graph section overlaps and cutout the navigation bar when scrolled
Expected Behaviour
Remove the css overflow and intersection of nav-bar
Screenshot
The text was updated successfully, but these errors were encountered: