Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixed position elements can only have the viewport as the containing block #18122
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Servo assumes that fixed position elements will only have the viewport as the containing block. The spec describes other situations where this may be the case though:
This probably means that Flows will need to carry a fixed containing block link, like they do for absolute containing blocks.