Open Bug 1890350 Opened 7 months ago

Update Intervention for foodora.cz

Categories

(Web Compatibility :: Interventions, task)

Firefox 126
Other
Android

Tracking

(Not tracked)

People

(Reporter: twisniewski, Unassigned)

References

(Blocks 1 open bug)

Details

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;
  }
}
You need to log in before you can comment on or make changes to this bug.