Fix layout for absolutely positioned nodes with absolutely positioned parents that have border and/or padding #74
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We shouldn't take the parent's padding into account to calculate the size of the child when both the parent and child are absolutely positioned. We should however take the border into account.