diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-08 09:00:35 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-04-08 10:07:53 +0200 |
commit | 968aaed2066873fc1c39f95168284122d9d15e21 (patch) | |
tree | c529dfe90224b835d5b7f376af11bef9eba0be18 /client/src/app/menu/notification.component.scss | |
parent | 93544419d21647853032786ce0c86e0744fb0359 (diff) | |
download | PeerTube-968aaed2066873fc1c39f95168284122d9d15e21.tar.gz PeerTube-968aaed2066873fc1c39f95168284122d9d15e21.tar.zst PeerTube-968aaed2066873fc1c39f95168284122d9d15e21.zip |
Fix notification scrollbar color
Diffstat (limited to 'client/src/app/menu/notification.component.scss')
-rw-r--r-- | client/src/app/menu/notification.component.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | @import '_variables'; | 1 | @import '_variables'; |
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .content { | ||
5 | scrollbar-color: unset; | ||
6 | } | ||
4 | 7 | ||
5 | .notification-inbox-popover { | 8 | .notification-inbox-popover { |
6 | padding: 10px; | 9 | padding: 10px; |