From 94056f32acfd0ec4748bf9160285f8e33ad2b874 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 20 Dec 2017 11:40:01 +0100 Subject: [PATCH] Fix box shadow on notifications drop down Signed-off-by: Morris Jobke --- css/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 26a8c42b2..9dcd7d5f1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -7,10 +7,7 @@ width: 350px; max-width: 90%; min-height: 100px; - max-height: 260px; border-radius: 0 0 3px 3px; - overflow: hidden; - overflow-y: auto; } .notification-container .emptycontent h2 { @@ -137,6 +134,8 @@ img.notification-icon { .notification-wrapper { display: flex; flex-direction: column; + overflow-y: auto; + max-height: 260px; } .notifications .emptycontent {