Skip to content

Commit

Permalink
[fix]: deep dependency header overlaps page header (jaegertracing#731) (
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stardotcode authored and leroy-chen committed Jul 16, 2021
1 parent c45481b commit eda8f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/src/components/App/Page.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
padding: 0;
position: fixed;
width: 100%;
z-index: 3;
z-index: 11;
}

.Page--content {
Expand Down

0 comments on commit eda8f93

Please sign in to comment.