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
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 <stardotcode@engineer.com>
  • Loading branch information
stardotcode committed Jul 7, 2021
1 parent 96b532c commit b03cf32
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 b03cf32

Please sign in to comment.