mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
Updating signing dialog style to render as intended in Firefox.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user