We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287b12 commit e660923Copy full SHA for e660923
src/Notifications.js
@@ -63,6 +63,7 @@ export class NotificationContainer extends React.PureComponent<Props, State> {
63
<Layer
64
position="top-right"
65
modal={false}
66
+ responsive={false}
67
plain
68
margin={{vertical: 'medium', horizontal: 'small'}}>
69
{Object.keys(notifications).map(k => (
0 commit comments