Skip to content

Commit

Permalink
Merge pull request #1702 from yurytut1993/BCTHEME-12
Browse files Browse the repository at this point in the history
fix(BC Themes): BCTHEME-12 Cornerstone: Enabling Facebook Likes causes iframe overlap in WYSIWYG
  • Loading branch information
junedkazi committed Jun 30, 2020
2 parents 99aa7f2 + 826b8e1 commit 950667b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/layouts/products/_productView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
@include grid-column(12);
padding-left: spacing("base");
padding-right: spacing("base");
position: relative;
z-index: 1;

@include breakpoint("large") {
clear: right;
Expand Down

0 comments on commit 950667b

Please sign in to comment.