Updating signing dialog style to render as intended in Firefox.

This commit is contained in:
David Jay
2017-01-12 15:49:23 -05:00
parent 61bc87bafc
commit 1432cfba4a
@@ -12,7 +12,7 @@ const SignDialog = ({open, view, handleClose, offset, ...props}) => (
id="signInDialog"
open={open}
style={{
position: 'relative',
position: 'fixed',
top: offset !== 0 && offset
}}>
<span className={styles.close} onClick={handleClose}>×</span>