-
Notifications
You must be signed in to change notification settings - Fork 265
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
[ProgressIndicator]: [problem with z-index style when used in scrollable components like ObjectPage] #8303
Comments
you can apply Hi colleagues, this issue is similar to #7697. |
Hello, the issue is reproducible in the provided samples, the progress indicator goes over other components when scrolling. @Lukas742 proposed a possible solution @SAP/ui5-webcomponents-topic-p can you please take a look? |
Removed redundant z-index which causes PI to overlap over some of its parent elements. Fixes: SAP#8303
Removed redundant z-index which causes PI to overlap over some of its parent elements. Fixes: SAP#8303
Removed redundant z-index which causes PI to overlap over some of its parent elements. Fixes: #8303
Removed redundant z-index which causes PI to overlap over some of its parent elements. Fixes: #8303
Describe the bug
When using a
ProgressIndicator
in scrollable components like ObjectPage the style z-index of the ProgressIndicator leads to problemsIsolated Example
https://stackblitz.com/edit/github-fxxnbq?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
The ProgressIndicator is in the background. The ProgressIndicator is not visible/don't overlap the ObjectPageHeader.
Screenshots or Videos
UI5 Web Components for React Version
"@ui5/webcomponents-react": "~1.25.0",
UI5 Web Components Version
"@ui5/webcomponents": "~1.22.0",
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: