Skip to content

Commit

Permalink
fix(iOS): fix faux-sticky button placement (#715)
Browse files Browse the repository at this point in the history
hopefully the final fix for #667 to make it actually work
  • Loading branch information
nolanlawson authored Dec 2, 2018
1 parent 26b84c4 commit b22a1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/_components/compose/ComposeStickyButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
document.body.appendChild(element)
let rect = this.refs.wrapper.getBoundingClientRect()
Object.assign(element.style, {
right: `${rect.right}px`,
left: `${rect.left}px`,
position: 'fixed'
})
Expand Down

0 comments on commit b22a1ec

Please sign in to comment.