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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-12-20 19:20:22 +0300
committerGitHub <noreply@github.com>2017-12-20 19:20:22 +0300
commitf0b6add777d078b69bfe25f24f3406731ea5cafa (patch)
tree50fc22feb522a0a57097d985ddf1858d783655d9
parentd63d050de9676e6086f37d1dbbda0d3fd1b0fc06 (diff)
parent94056f32acfd0ec4748bf9160285f8e33ad2b874 (diff)
Merge pull request #106 from nextcloud/fix-safariv13.0.0beta4v13.0.0RC1
Fix box shadow on notifications drop down
-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 {