Skip to content

Commit e660923

Browse files
committed
fix notifications banner on mobile
1 parent 1287b12 commit e660923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Notifications.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class NotificationContainer extends React.PureComponent<Props, State> {
6363
<Layer
6464
position="top-right"
6565
modal={false}
66+
responsive={false}
6667
plain
6768
margin={{vertical: 'medium', horizontal: 'small'}}>
6869
{Object.keys(notifications).map(k => (

0 commit comments

Comments
 (0)