Add boundariesElement `scrollContent`
See original GitHub issueWhat do you think about adding one of the options scrollContent, so that popper will be within not scrollParent element boundaries, but within its scrollable content? To me it is quite common case.
-
scrollParent
boundaries context is the clientRect of the element that hasoverflow
=scroll
,auto
, its sizes arewidth
=clientWidth
,height
=clientHeight
-
(proposed)
scrollContent
boundaries context is an the inner content ofscrollParent
so it sizes is defined bywidth
=scrollWidth
,height
=scrollHeight
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Add boundariesElement `scrollContent` · Issue #572 - GitHub
scrollParent boundaries context is the clientRect of the element that has overflow = scroll , auto , its sizes are width = clientWidth...
Read more >popperjs flip and escape - CodePen
Popper flips and stays in view when encountering boundariesElement edge, but is also allowed to escapeWithReference and scroll out of view.
Read more >@esri/calcite-components | Yarn - Package Manager
Changelog. This document maintains a list of released versions and changes introduced by them. This project adheres to Semantic Versioning ...
Read more >Incident Response Report False-Positive - Hybrid Analysis
Pattern match: "http://momentjs.com/guides/#/warnings/add-inverted-param/" ... scroll content by the given offset scrollContent(offset, false, ...
Read more >https://raw.githubusercontent.com/jae-jae/Show-Sit...
NODE_ENV&&Nn("Avoid adding reactive properties to a Vue instance or its root $data at runtime ... boundariesElement,this.options.modifiers.flip.padding) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks now it’s clear, I’m not sure what’s the possible use case honestly. Maybe improve the first message of this issue and see if others find this useful.
in v2 we now have the
scrollingParents
option, I think that should cover this use case.