Problem
Popover large takes its width without accounting for the vertical scrollbar. The result is that the popover width becomes full browser width and therefore overflows outside the screen.
Solution
Popover large width must be calculated from content width, not from browser window width
Examples and information
- create a scrollable page
- add Popover element somewhere with width="large".
- reduce screen size (mobile view) so that the large popover expands to whole screen
- notice that the popover overflows horizontally and creates horizontal scrollbar in the app
Project
DoD
Problem
Popover large takes its width without accounting for the vertical scrollbar. The result is that the popover width becomes full browser width and therefore overflows outside the screen.
Solution
Popover large width must be calculated from content width, not from browser window width
Examples and information
Project
DoD
semantic-release)