summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-12 16:42:09 +0300
committerGitHub <noreply@github.com>2020-04-12 16:42:09 +0300
commit4469b12203c4a78d81898afcd5b1adb62979b1f3 (patch)
tree6ed3b7944d5f213a582c74fbd278ee44da66eb9c
parent58ce859368f751c30f264890cc75298dd792834f (diff)
parent9cacaafb8f93b7043b9d88550ca20615bb1d921e (diff)
downloadwekan-4469b12203c4a78d81898afcd5b1adb62979b1f3.tar.gz
wekan-4469b12203c4a78d81898afcd5b1adb62979b1f3.tar.bz2
wekan-4469b12203c4a78d81898afcd5b1adb62979b1f3.zip
Merge pull request #3012 from boeserwolf/master
Fix styling issue in notifications drawer
-rw-r--r--client/components/notifications/notificationsDrawer.styl5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/notifications/notificationsDrawer.styl b/client/components/notifications/notificationsDrawer.styl
index b64f13f4..f99e1299 100644
--- a/client/components/notifications/notificationsDrawer.styl
+++ b/client/components/notifications/notificationsDrawer.styl
@@ -10,8 +10,7 @@ section#notifications-drawer
border-radius: 2px
max-height: calc(100vh - 28px - 36px)
color: black
- padding-top 36px;
- overflow: scroll
+ padding-top 36px
a:hover
color: belize !important
@@ -66,3 +65,5 @@ section#notifications-drawer
display: block
padding: 0px 16px
margin: 0
+ height: calc(100vh - 102px)
+ overflow-y: scroll