Skip to content

Commit

Permalink
Merge branch 'newhomes' into alpha7dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamed committed Mar 3, 2021
2 parents a57cf4a + d5ebbc7 commit 1835a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shaper_helixultimate/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jQuery(function ($) {
* @param {string} className the header className
*/
var deviceWiseStickyHeader = function (className, offsetTop) {
if ($('body').hasClass(className)) {
if ($('body:not(.layout-edit-iframe)').hasClass(className)) {
var $header = $('#sp-header');
var headerHeight = $header.outerHeight();
var $stickyHeaderPlaceholder = $('.sticky-header-placeholder');
Expand Down

0 comments on commit 1835a6e

Please sign in to comment.