-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Popovers]: wrong position if page is scaled #7828
Comments
Hello colleagues, Can you check this issue? It's reproducible in the code sandbox. Best Regards, |
Reached out on our internal comms to find out about the usage and proposed to use CSS |
Hi @gmkv unfortunately I also found an issue when using I will also try to explain our use case a little bit. |
Hello @Lukas742 , Popovers now step on the native popover solution. This results in correctly positioned popovers, regardless of the body Best regards, |
Hi @dimovpetar yes, that's fine for us. Thank you! |
Bug Description
If
transform: scale(...)
is used, the popovers are not calculating their position correctly.Affected Component
All components implementing popovers
Expected Behaviour
No response
Isolated Example
https://codesandbox.io/s/ui5-webcomponents-forked-sy4wcp?file=/index.html
Steps to Reproduce
transform: scale(0.7)
is applied to thebody
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
1.19.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Organization
MXP / UI5WCR
Declaration
The text was updated successfully, but these errors were encountered: