Hoo man has uploaded a new change for review.

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


Change subject: Improve CSS for hiding the accessibility labels
......................................................................

Improve CSS for hiding the accessibility labels

This used to result in superfluous scroll bars
in WebKit/ Blink based browsers on enwiki:
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Scrolling_past_the_bottom_of_the_page...

Change-Id: I4e7518262b8fdc5d3de49fff46166f7e205be9fe
---
M modules/ext.cite.css
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cite 
refs/changes/01/84201/1

diff --git a/modules/ext.cite.css b/modules/ext.cite.css
index 8262748..8c70ae7 100644
--- a/modules/ext.cite.css
+++ b/modules/ext.cite.css
@@ -3,6 +3,7 @@
  */
 .cite-accessibility-label {
        position: absolute !important;
+       top: -99999px;
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e7518262b8fdc5d3de49fff46166f7e205be9fe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Hoo man <h...@online.de>

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

Reply via email to