fix(iOS): fix faux-sticky button placement (#715)
hopefully the final fix for #667 to make it actually work
This commit is contained in:
		
							parent
							
								
									26b84c435a
								
							
						
					
					
						commit
						b22a1ec90c
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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'
 | 
			
		||||
          })
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue