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
If the element has position: fixed, the containing block is established by the viewport in the case of continuous media or the page area in the case of paged media.
However, the containing block can also be generated by an ancestor element e.g. with transform: scale(1).
In this case, the spec needs to define which area of the element (border area, padding area, content area) is used for generating the containing block.
Firefox, Chromium and WebKit(*) use the padding area, just like with absolute positioning. The spec should define this.