JGonera has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/133126

Change subject: Avoid unnecessary scrollbar in NotificationsOverlay
......................................................................

Avoid unnecessary scrollbar in NotificationsOverlay

With overflow-y it will appear only when content is longer than
container.

Change-Id: Ic0ef9385e22874a3568d82f3a45e16140c652e22
---
M less/modules/NotificationsOverlay.less
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/26/133126/1

diff --git a/less/modules/NotificationsOverlay.less 
b/less/modules/NotificationsOverlay.less
index 575bc96..c11d5b2 100644
--- a/less/modules/NotificationsOverlay.less
+++ b/less/modules/NotificationsOverlay.less
@@ -60,7 +60,7 @@
                .mw-mf-notifications {
                        bottom: @headerHeight;
                        top: @headerHeight;
-                       overflow-y: scroll;
+                       overflow-y: auto;
                }
 
                .notifications-archive-link {

-- 
To view, visit https://gerrit.wikimedia.org/r/133126
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0ef9385e22874a3568d82f3a45e16140c652e22
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <jgon...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to