Re: [csswg-drafts] [css-positioning] position: fixed within a stacking context

A position that is relative to viewport is necessary.
Solution proposal: `position: viewport` in which the containing block is established by the viewport, regardless of stacking.

Another proposal: `position: #element-id` in which the containing block is a specific element. This way designers could attach tooltips and floating menus to elements or rows without having to use JS and listen to scrolls and element position changes.
Circular definition can occur.

-- 
GitHub Notification of comment by oriadam
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/400#issuecomment-354759614 using your GitHub account

Received on Tuesday, 2 January 2018 12:47:28 UTC