Closed
Bug 1890350
Opened 1 year ago
Closed 1 year ago
Remove intervention for foodora.cz
Categories
(Web Compatibility :: Interventions, task)
Tracking
(firefox134 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
Details
Attachments
(1 file)
It seems the intervention is broken now (I can't scroll down to the "find vendors" button like I can in Chrome).
So this site expects the window to be at least 800px high, or the "find vendors" button is off-screen. I think our best bet is to just keep the button on-screen. This change to the intervention seems to work for me:
@media (min-height: 528px) {
.map-modal__map.map-box {
height: 40dvh;
}
}
| Assignee | ||
Comment 1•1 year ago
|
||
Actually, the site seems to work fine for me in the emulator and on my phone now without the intervention (the "find vendors" button appears correctly after tapping on the "select your address" option at https://www.foodora.cz/en/restaurant/a1wt/indicka-restaurace-everest). So let's remove the intervention.
Summary: Update Intervention for foodora.cz → Remove intervention for foodora.cz
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ccc0b41e299
remove CSS intervention for foodora.cz; r=ksenia,webcompat-reviewers
Comment 4•1 year ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•