aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-08 09:13:42 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-04-08 10:07:53 +0200
commit02dd4f3c65536699cec47c7d4054889fd81b5cd4 (patch)
tree8ffdd7efec33c52aa5aa1e0f323e902dac28cfeb /client/src/app/menu
parentcdeddff142fd20f8cb8bb346625909d61c596603 (diff)
downloadPeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.gz
PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.zst
PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.zip
Display banner on channel page
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/notification.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/notification.component.scss b/client/src/app/menu/notification.component.scss
index d85cc8e66..c65787779 100644
--- a/client/src/app/menu/notification.component.scss
+++ b/client/src/app/menu/notification.component.scss
@@ -2,7 +2,7 @@
2@import '_mixins'; 2@import '_mixins';
3 3
4.content { 4.content {
5 scrollbar-color: unset; 5 scrollbar-color: auto;
6} 6}
7 7
8.notification-inbox-popover { 8.notification-inbox-popover {