[Win] Additional scroll bar displayed on https://sp.nicovideo.jp/ when scrolling top->bottom
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(firefox73 wontfix, firefox74 wontfix)
People
(Reporter: cfogel, Unassigned)
References
()
Details
Attachments
(2 files)
Affected versions
- 74.0a1 (2020-01-16), 73.0b6
Affected platforms
- Windows 10
Steps to reproduce
- Launch Firefox and access https://sp.nicovideo.jp/
- Scroll down;
- Scroll Up;
Expected result
- no issues occur;
Actual result
- an additional scroll bar is displayed;
Regression range
- will provide one asap;
- 72.0.1 appears to be affected from the initial issue so this might be related to 1598112 as well, adding Ting-Yu Lin for confirmation;
Additional notes
- attached recording with the issue;
Reporter | ||
Comment 1•5 years ago
|
||
Hello Ting-Yu Lin.
When you have time, mind taking a look and confirming if this is the case for the note in the regression section?
Thanks!
This is not related to bug 1598112. I test this on Firefox 72, and I see still the additional scrollbar.
I take a look at the site's CSS, and it has
html, body {
overflow-x: hidden;
}
So this is going to create an additional vertical scrollbar on <body>
. I think html { overflow-x: hidden; }
should be sufficient to hide the horizontal scrollbar.
Can we report this as a site issue?
Reporter | ||
Comment 3•5 years ago
|
||
Thanks for the prompt reply.
Indeed, it appears to be caused by that property. Weird how it's stacked up, but yeah.
If from the Firefox side of things, nothing can be done that wouldn't affect other websites then, yes we can report this as a site issue.
Comment 4•5 years ago
|
||
It seems like site fixed this.
Updated•5 years ago
|
Description
•