From b22a1ec90c9230657edf3aa48121c72fc164f4fe Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 2 Dec 2018 15:57:39 -0800 Subject: [PATCH] fix(iOS): fix faux-sticky button placement (#715) hopefully the final fix for #667 to make it actually work --- routes/_components/compose/ComposeStickyButton.html | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/_components/compose/ComposeStickyButton.html b/routes/_components/compose/ComposeStickyButton.html index c56abbc..d74c00d 100644 --- a/routes/_components/compose/ComposeStickyButton.html +++ b/routes/_components/compose/ComposeStickyButton.html @@ -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' })