diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-14 15:12:20 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-14 15:12:20 +0100 |
commit | f57ad0d22c527328b1412aa1c8c3f0d4819219ca (patch) | |
tree | d825d48ab3352c257440aba067cacfc0a1fa85a8 /client/src/app/menu | |
parent | 674a66bbda7ceb7aed3c2e6aefddc2793207d94b (diff) | |
download | PeerTube-f57ad0d22c527328b1412aa1c8c3f0d4819219ca.tar.gz PeerTube-f57ad0d22c527328b1412aa1c8c3f0d4819219ca.tar.zst PeerTube-f57ad0d22c527328b1412aa1c8c3f0d4819219ca.zip |
Fix scroll in notifications page
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/avatar-notification.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/menu/avatar-notification.component.scss b/client/src/app/menu/avatar-notification.component.scss index 47d04ace3..807385022 100644 --- a/client/src/app/menu/avatar-notification.component.scss +++ b/client/src/app/menu/avatar-notification.component.scss | |||
@@ -13,6 +13,7 @@ | |||
13 | max-height: 500px; | 13 | max-height: 500px; |
14 | min-width: 200px; | 14 | min-width: 200px; |
15 | box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30); | 15 | box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30); |
16 | overflow-y: auto; | ||
16 | 17 | ||
17 | .notifications-header { | 18 | .notifications-header { |
18 | display: flex; | 19 | display: flex; |