-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(DrawerList): fix auto sizing when used in Drawer component (#1634)
* Rename isInsideScrollView to getClosestScrollViewElement and redefine how whats returned * fix(DrawerList): fix auto sizing when used in Drawer component Depends (more or less) on PRs: #1632 #1633 #1631 Reproduction [CSB](https://codesandbox.io/s/eufemia-drawer-list-in-drawer-x74m4l?file=/src/App.tsx) for reported issue. To do so: - Visit https://x74m4l.csb.app/ - Zoom browser to 150% The `Drawerlist` is then very narrow in height or off screen positioned.
- Loading branch information
1 parent
f7e67e0
commit f19d58b
Showing
8 changed files
with
392 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.