CSS: Comment Box in Wall is too wide
Created by: john-landgrave
The comment box has width: 100%
as well as position: fixed
. The comment box's parent is not relative, so it snaps to the full width of the page. The comment box's parent has a fixed width, so you would need to fix the width of the comment box as well in due to the position attribute.