Skip to content

Commit 0c754ad

Browse files
committed
fix(neuron-ui): disable scroll on notification dismission
1 parent a12b582 commit 0c754ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/neuron-ui/src/containers/Notification/Notification.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
align-items: flex-end;
55
position: absolute;
66
right: 0;
7+
height: calc(100vh - 81px);
8+
overflow: hidden;
9+
pointer-events: none;
710

811
&>div {
912
max-width: auto;

0 commit comments

Comments
 (0)