Viewing 1 replies (of 1 total)
  • The reason why the sticky element is not scrolling back up once the pushup element reaches it, is because the following class is applied to the #sticky element:

    .et_pb_text_1 {
         padding-top:20px;
         padding-right:20px;
         padding-bottom:20px;
         padding-left:20px;
         margin-top:20px!important;
         margin-right:20px!important;
         margin-bottom:20px!important;
         margin-left:20px!important;
         box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3)
    }

    The !important parts in there is what’s keeping the element from going back up. If it’s at all possible to remove that !important from there, my plugin will be able to do its job, though I can’t say if that results in other things you might not want.

    • This reply was modified 4 years, 8 months ago by Senff - a11n.
Viewing 1 replies (of 1 total)
  • The topic ‘Does not stop scrolling on specific page’ is closed to new replies.