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(ui5-dynamic-page): fixed wrong overlapping in header area #9568

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

plamenivanov91
Copy link
Contributor

There was a problem where the handle of the Slider components was overlapping over the Dynamic Page header area. This was due to equal z-index of both the handle and the Dynamic Page header wrapper.

This change increases the z-index of the header wrapper making sure that the handle of the slider is always rendered under it and not overlapping.

Fixes: #9560

There was a problem where the handle of the Slider components was
overlapping over the Dynamic Page header area. This was due to equal
z-index of both the handle and the Dynamic Page header wrapper.

This change increases the z-index of the header wrapper making sure that
the handle of the slider is always rendered under it and not overlapping.

Fixes: SAP#9560
-increased z-index of the header area and the footer, so that in the
case of busy indicator (which has 99 z-index) it doesn't overlap over
the header and footer area
@kgogov kgogov removed their request for review August 1, 2024 09:51
@plamenivanov91 plamenivanov91 merged commit 9d55094 into SAP:main Aug 1, 2024
10 checks passed
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.

ui5-dynamic-page: slider handler visible through header content
2 participants