You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used this plugin a few times and have never run into this issue before. The sticky_kit:stick even is triggering just fine, but when it unsticks, sticky_kit:unstick isn't triggering anymore. I've done some tracking and it seems like it's never getting to the point where it emits that trigger. Everything is happening in the recalc code. The element isn't flush with the top, it's like 400px from the top, nothing special about the code for it.
This is the CSS for the element it's on if this helps.
I've used this plugin a few times and have never run into this issue before. The sticky_kit:stick even is triggering just fine, but when it unsticks, sticky_kit:unstick isn't triggering anymore. I've done some tracking and it seems like it's never getting to the point where it emits that trigger. Everything is happening in the recalc code. The element isn't flush with the top, it's like 400px from the top, nothing special about the code for it.
This is the CSS for the element it's on if this helps.
.compare-bar.open {
display: table;
}
.compare-bar {
position: relative;
z-index: 100;
display: none;
width: 100%;
margin-top: -21px;
margin-bottom: 0;
padding: 5px 10px;
color: white;
background-color: #aa1e2e;
overflow: auto;
}
Any idea what would cause unstick not to fire?
Thanks!
The text was updated successfully, but these errors were encountered: