-
Notifications
You must be signed in to change notification settings - Fork 275
TextArea: Focused TextArea Z-Index too high #11393
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
Comments
you can customize the .objectPage [data-component-name='ObjectPageFooter'] {
z-index: 2;
} https://stackblitz.com/edit/github-kj8bhcu2-qmy1dofd?file=src%2Fstyles.module.css,src%2FApp.tsx Since I'm not sure if the Hi Colleagues, |
Hello @SAP/ui5-webcomponents-topic-rl, the focus of the ui5-textarea has z-index: 2; and it is rendered above the floating footer of the ObjectPage. Can you check this issue? |
This issue has been closed. To reopen, just leave a comment! |
Describe the bug
When having a floating Footer on an ObjectPage and a TextArea is focused in one of the ObjectPageSections, the border shows above the footer:
The reason for this seems to be a z-index value of 2 in a computed :after of the TextArea Component:
I can't find a way to overwrite this behavior using the css in my application.
Isolated Example
https://stackblitz.com/edit/github-kj8bhcu2?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
2.8.1
UI5 Web Components Version
2.8.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
SAP SE
Declaration
The text was updated successfully, but these errors were encountered: