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
Describe the problem
When the screen is long enough, and the Popover component is positioned at the bottom, the first time you click on this Popover, it will cause the screen to scroll to the top. However, subsequent clicks will not trigger the scrolling effect.
wangyedev
changed the title
Bug - [Popover] - [The screen automatically scrolls to the topWhen clicking on the Popover component, .]
Bug - [Popover] - [The screen automatically scrolls to the top when clicking on the Popover component]
Aug 30, 2023
We think this might have been resolved with one of our currently unreleased bugfixes. We will be releasing in a few weeks. Once we do can you verify if the release fixes your issue?
Describe the problem
When the screen is long enough, and the Popover component is positioned at the bottom, the first time you click on this Popover, it will cause the screen to scroll to the top. However, subsequent clicks will not trigger the scrolling effect.
How do you reproduce the problem?
https://stackblitz.com/edit/stackblitz-starters-vsytr1?file=src%2FApp.tsx
Click the popover component on the bottom, the screen will scroll to the top.
Screen.Recording.2023-08-30.at.15.30.02.mov
Expected behavior
Do not scroll the page and only display the popover content.
What is your environment?
The text was updated successfully, but these errors were encountered: