make reward notification scrollable (#828)

This commit is contained in:
LeopoldTal 2020-10-11 08:31:07 +02:00 committed by GitHub
parent 523fd0e833
commit 6cf875fe6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,7 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
display: flex; overflow: auto;
justify-content: center;
align-items: center;
pointer-events: all; pointer-events: all;
& { & {
@ -33,7 +31,6 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
max-height: 100vh;
color: #fff; color: #fff;
text-align: center; text-align: center;