From 30aa78fa5202c4453a556fa70208f2c3976cac3f Mon Sep 17 00:00:00 2001
From: Denis Bunakalya <denis.bunakalya@xored.com>
Date: Mon, 17 Oct 2022 15:23:18 +0300
Subject: [PATCH] tsk-332 Fix missing scroll in notifications popup (#2310)

Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
---
 packages/theme/styles/popups.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/theme/styles/popups.scss b/packages/theme/styles/popups.scss
index fbde2f8fc8..3a7043e5f1 100644
--- a/packages/theme/styles/popups.scss
+++ b/packages/theme/styles/popups.scss
@@ -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);