Open
Bug 1849847
Opened 1 years ago
Updated 19 days ago
Unnecessary scroll bar for the image/quotes gallery on dropbox.com
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3)
NEW
Webcompat Priority | P3 |
People
(Reporter: ctanase, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:needs-sitepatch, Whiteboard: [webcompat:sightline])
User Story
platform:windows,mac,linux impact:minor-visual affects:all
Attachments
(1 file)
1.42 MB,
video/mp4
|
Details |
Environment:
Operating system: Windows 10
Firefox version: Firefox Nightly 118.0a1 (2023-08-22)
Steps to reproduce:
- Go to https://www.dropbox.com
- Scroll down the page just above the footer.
- Observe the Image/quotes gallery.
Expected Behaviour:
The image/quotes gallery does not have a scroll bar.
Actual Behaviour:
The image/quotes gallery has a scroll bar.
Notes:
- Screen rec provided
- Reproducible on Firefox Release as well
- Not reproducible on Chrome
- Issue found during WebCompat team [Top100] websites testing
Updated•1 year ago
|
Severity: -- → S4
Keywords: webcompat:needs-sitepatch
Updated•1 year ago
|
Comment 1•10 months ago
|
||
This depends on webkit-scrollbar
.dwg-quote-groups::-webkit-scrollbar {
display: none;
}
.dwg-quote-groups::-webkit-scrollbar {
display: none;
}
Updated•10 months ago
|
User Story: (updated)
Updated•3 months ago
|
Whiteboard: [webcompat:sightline]
Updated•19 days ago
|
Webcompat Priority: --- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•