tsk-332 Fix missing scroll in notifications popup (#2310)

Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
This commit is contained in:
Denis Bunakalya 2022-10-17 15:23:18 +03:00 committed by GitHub
parent 7aeb3c19e9
commit 30aa78fa52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,6 +420,7 @@
padding-bottom: 0.5rem;
min-width: 42rem;
max-width: 42rem;
height: 22rem;
min-height: 22rem;
max-height: 22rem;
background: var(--popup-bg-color);