Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/styles.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/css/styles.css b/css/styles.css
index 26a8c42..9dcd7d5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -7,10 +7,7 @@
width: 350px;
max-width: 90%;
min-height: 100px;
- max-height: 260px;
border-radius: 0 0 3px 3px;
- overflow: hidden;
- overflow-y: auto;
}
.notification-container .emptycontent h2 {
@@ -137,6 +134,8 @@ img.notification-icon {
.notification-wrapper {
display: flex;
flex-direction: column;
+ overflow-y: auto;
+ max-height: 260px;
}
.notifications .emptycontent {