Currently, panopoly-widgets.css contains the following:
/* Map Widget */
div.pane-bundle-map {
overflow: hidden;
}
This should instead target only the pane content to provide a little more flexibility for custom theming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | map_widget_pane_content-2398801-2.patch | 292 bytes | cornifex |
Comments
Comment #1
cornifex commentedComment #2
cornifex commentedHere's a patch that changes the css to the following:
Comment #3
mglamanThis patch is part of a bug fix we have internally that our QA team found. Disrupts customer ability to place map in any region on any layout.
Comment #4
dsnopekCommitted, thanks!