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 have the situation that the content fits at the time when the query is attached fits perfectly into the container. Therefore it is ignored ...
I have an accordion in my content. If I open it the height changes significantly and then the sticky element should kick in. Therefore I would suggest to add an force flag. This flag should grant that the content could be attached anyway. The check should be:
if (!force || height === parent_height) {
return;
}
The text was updated successfully, but these errors were encountered:
I have the situation that the content fits at the time when the query is attached fits perfectly into the container. Therefore it is ignored ...
I have an accordion in my content. If I open it the height changes significantly and then the sticky element should kick in. Therefore I would suggest to add an
force
flag. This flag should grant that the content could be attached anyway. The check should be:The text was updated successfully, but these errors were encountered: