You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extra white space in the right side of page due to popover after window resize
To Reproduce
Steps to reproduce the behavior:
Create a popover close to the right side of the page, and then resize the window (make it smaller in width)
You will see white space in the right side of page due to the transform property of the popover.
Expected behavior
I think if the popover is hidden, the "transform" property should be removed in order to resolve the issue.
The tooltip component is also affected when positioned near border sides.
Screenshots
Desktop (please complete the following information):
OS: Windows
Browser: Chrome
Version: 123.0.6312.106 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
All the above codes clear the value of the "transform" property after 100 ms after hiding the popover/tooltip
Lexachoc
changed the title
Popover cause white space in page when window resize
Popover and Tooltip cause overflow (white space in page) when window resize
Apr 13, 2024
Describe the bug
Extra white space in the right side of page due to popover after window resize
To Reproduce
Steps to reproduce the behavior:
Create a popover close to the right side of the page, and then resize the window (make it smaller in width)
You will see white space in the right side of page due to the
transform
property of the popover.Expected behavior
I think if the popover is hidden, the "transform" property should be removed in order to resolve the issue.
The tooltip component is also affected when positioned near border sides.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: