Skip to content

Commit

Permalink
fix(neuron-ui): disable scroll on notification dismission
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 18, 2019
1 parent a12b582 commit 0c754ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
align-items: flex-end;
position: absolute;
right: 0;
height: calc(100vh - 81px);
overflow: hidden;
pointer-events: none;

&>div {
max-width: auto;
Expand Down

0 comments on commit 0c754ad

Please sign in to comment.