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

CDK Defect- z-index of DxcApplicationLayout.Header #262

Closed
NorbertPointu opened this issue Apr 29, 2021 · 0 comments · Fixed by #265
Closed

CDK Defect- z-index of DxcApplicationLayout.Header #262

NorbertPointu opened this issue Apr 29, 2021 · 0 comments · Fixed by #265

Comments

@NorbertPointu
Copy link

CDK component

DxcApplicationLayout

Result CDK

The DxcApplicationLayout.Header component has a z-index of 10, while some other CDK components have greater. This means that when scrolling in the DxcApplicationLayout.Main, some of its contents render above the header.

*How to reproduce : *

Screenshot of render before:
image
Expected behavior

The z-index should be able to be set higher on the header, or should be higher than the other components, so that they don't render over it.

What have you done to fix the issue

In the DxcApplicationLayout.Main I added divs with CSS rule z-index: 9; which give all of their children a lower z-index than the header.

Screenshot after:
image

@jsuarezgonz jsuarezgonz linked a pull request Apr 30, 2021 that will close this issue
jsardid added a commit that referenced this issue Apr 30, 2021
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 a pull request may close this issue.

1 participant