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.

CommentFileSizeAuthor
#2 map_widget_pane_content-2398801-2.patch292 bytescornifex

Comments

cornifex’s picture

Title: Map widget pane-content should hive overflow as opposed to entire pane » Map widget pane-content should hide overflow as opposed to entire pane
cornifex’s picture

Status: Active » Needs review
StatusFileSize
new292 bytes

Here's a patch that changes the css to the following:

div.pane-bundle-map .pane-content {
    overflow:hidden;
}
mglaman’s picture

Status: Needs review » Reviewed & tested by the community

This 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.

dsnopek’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

  • dsnopek committed 7dfc602 on 7.x-1.x
    Update Panopoly Widgets for Issue #2398801 by cornifex: Map widget pane-...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.