From 968aaed2066873fc1c39f95168284122d9d15e21 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Apr 2021 09:00:35 +0200 Subject: [PATCH] Fix notification scrollbar color --- client/src/app/menu/notification.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/app/menu/notification.component.scss b/client/src/app/menu/notification.component.scss index 40feb9e66..d85cc8e66 100644 --- a/client/src/app/menu/notification.component.scss +++ b/client/src/app/menu/notification.component.scss @@ -1,6 +1,9 @@ @import '_variables'; @import '_mixins'; +.content { + scrollbar-color: unset; +} .notification-inbox-popover { padding: 10px;