add support for Edge in audio permissions-overlay
This commit is contained in:
parent
f8e2eb4295
commit
51fe987488
@ -34,6 +34,10 @@ class PermissionsOverlay extends Component {
|
||||
top: '100px',
|
||||
left: '100px',
|
||||
},
|
||||
'Microsoft Edge': {
|
||||
bottom: '100px',
|
||||
left: '100px',
|
||||
},
|
||||
};
|
||||
|
||||
const browser = window.bowser.name;
|
||||
|
Loading…
Reference in New Issue
Block a user