Rather bizarrely, I just tested again and now the CSS for `ytd-app[scrolling_]` has `position:absolute` instead of relative, so I don't think that's the issue anymore. However, the `overflow:hidden` rule that I mentioned above does still "cause" the bug, and when I toggle it off off and on, the bug does not reappear. Plus opening the devtools seems to cause the problem to go away as well, so I guess that implies a layout bug?
Bug 1550759 Comment 27 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Rather bizarrely, I just tested again and now the CSS for `ytd-app[scrolling_]` has `position:absolute` instead of relative, so I don't think that's related to the issue anymore. However, the `overflow:hidden` rule that I mentioned above does still "cause" the bug, and when I toggle it off off and on, the bug does not reappear. Plus opening the devtools seems to cause the problem to go away as well, so I guess that implies a layout bug?