Open
Bug 1925937
Opened 4 months ago
Updated 24 days ago
www.gazetasp.com.br - The page header navigation menu has unnecessary scrollbars present
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P2)
NEW
Webcompat Priority | P2 |
People
(Reporter: rbucata, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:needs-sitepatch, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux impact:significant-visual configuration:general affects:all branch:release diagnosis-team:layout
Attachments
(1 file)
173.12 KB,
image/png
|
Details |
Environment:
Operating system: Windows 10
Firefox version: Firefox stable
Steps to reproduce:
- Navigate to: https://www.gazetasp.com.br/
- Observe the page header navigation menu
Expected Behavior:
The items are loaded as expected
Actual Behavior:
Unnecessary scrollbars present
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/142986
Reporter | ||
Comment 1•4 months ago
|
||
Updated•3 months ago
|
Severity: -- → S4
User Story: (updated)
Priority: -- → P3
Comment 2•3 months ago
|
||
This site uses a bunch of ::-webkit-scrollbar
styles to hide the scrollbar on this element. If I untick those styles in Chrome, then I see a scrollbar-track show up in Chrome just like it does in Firefox.
Best approach is to probably sitepatch this with scrollbar-width: none
on some element here. Possibly something like:
.lista-categorias { scrollbar-width: none }
Blocks: 1886138
Updated•3 months ago
|
Keywords: webcompat:needs-diagnosis
Updated•3 months ago
|
Updated•24 days ago
|
Webcompat Priority: --- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•