Skip to content
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

[fix]: deep dependency header overlaps page header (#731) #782

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

stardotcode
Copy link
Contributor

Which problem is this PR solving?

Short description of the changes

  • Bump up the z-index of page header element so that the deep dependency header doesn't overlap when scrolling down.

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 stardotcode force-pushed the stardotcode/issue-731 branch from b03cf32 to cd7a516 Compare July 7, 2021 18:42
@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #782 (255e624) into master (0d9946b) will not change coverage.
The diff coverage is n/a.

❗ Current head 255e624 differs from pull request most recent head cd7a516. Consider uploading reports for the commit cd7a516 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #782   +/-   ##
=======================================
  Coverage   95.10%   95.10%           
=======================================
  Files         230      230           
  Lines        7010     7010           
  Branches     1745     1692   -53     
=======================================
  Hits         6667     6667           
  Misses        337      337           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96b532c...cd7a516. Read the comment docs.

Copy link
Contributor

@albertteoh albertteoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @stardotcode! I tried it out and looks like this has fixed the problem.

@albertteoh albertteoh merged commit 6ef3df0 into jaegertracing:master Jul 8, 2021
@stardotcode stardotcode deleted the stardotcode/issue-731 branch July 8, 2021 03:35
leroy-chen pushed a commit to leroy-chen/jaeger-ui that referenced this pull request 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 pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Navbar overlapping and css overflow in deep dependency section
3 participants