Closed Bug 1666771 Opened 4 years ago Closed 4 years ago

Create CSS intervention for zillow.com

Categories

(Web Compatibility :: Interventions, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: denschub, Assigned: denschub)

References

Details

Attachments

(1 file)

In bug 1662297, we discovered a performance issue in Firefox caused by large amounts of overdraw. While I have reached out, we can easily fix that with a temporary intervention:

.zillow-map-layer svg {
  overflow: hidden !important;
}

This intervention has little negative side effects (some lines in dense areas will get cut) and gets rid of the performance issues. Given the map is unusable without the fix, we should ship an override while we wait for them to respond and fix their implementation.

svg.full-boundary-svg is a more precise selector that we could use.

Blocks: 1662297
Attached file GitHub Pull Request

Merged upstream.

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
See Also: → 1760043
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: