Skip to content

Commit

Permalink
4 new home variations added
Browse files Browse the repository at this point in the history
  • Loading branch information
amjad rana authored and amjad rana committed Mar 3, 2021
1 parent 64e27bf commit d5ebbc7
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 d5ebbc7

Please sign in to comment.