]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/avatar-notification.component.scss
Fix invisible things in dark mode
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / avatar-notification.component.scss
index 47d04ace33a0c9b6c8568fc3085eddb63ab36d5f..f6242eeae406c285c93c4462e14c478b77697c21 100644 (file)
@@ -13,6 +13,7 @@
       max-height: 500px;
       min-width: 200px;
       box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
+      overflow-y: auto;
 
       .notifications-header {
         display: flex;
@@ -41,7 +42,7 @@
         justify-content: center;
         font-weight: $font-semibold;
         color: var(--mainForegroundColor);
-        height: 30px;
+        padding: 7px 0;
       }
     }
   }