-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Maybe I am missing something, but I was seeing odd behavior in that Headroom never seems to get position: relative applied? After trying to see why that was, in headroom.vue I noticed the function:
isInTop () {
return this.state === 'pinned' || this.state === 'unpinned'
}
Are there any other possible states besides 'pinned' or 'unpinned'? It seems this function would always return true, and therefore headroom always stays 'fixed'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels