Closed
Bug 1884842
Opened 8 months ago
Closed 8 months ago
Add an intervention for foodora.cz
Categories
(Web Compatibility :: Interventions, enhancement)
Web Compatibility
Interventions
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ksenia, Assigned: ksenia)
References
(Blocks 1 open bug)
Details
We can add the following as a workaround for the issue described in in bug1871448:
@media(max-width:527.98px) {
.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__content-window {
height:100%;
}
}
@media (min-height: 528px) {
.map-modal__map.map-box {
height: 362px;
}
}
The second css rule is to make the map a bit smaller, so the button is visible (even though the first rule makes it possible to scroll to it, it is not obvious).
Assignee | ||
Comment 1•8 months ago
|
||
This is shipped in bug1876363.
Assignee: nobody → kberezina
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•