MaxSem has submitted this change and it was merged.

Change subject: Bug 46726: Remove table tweaks on opera mini
......................................................................


Bug 46726: Remove table tweaks on opera mini

Allow opera mini to decide how best to display the table
overflow-y is not always available

Bug: 46726
Change-Id: I5c626be24615f80ec598291f9ed482cadcd787b3
---
M stylesheets/devices/operamini.css
1 file changed, 1 insertion(+), 5 deletions(-)

Approvals:
  awjrichards: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/stylesheets/devices/operamini.css 
b/stylesheets/devices/operamini.css
index 1086c43..4d7a783 100644
--- a/stylesheets/devices/operamini.css
+++ b/stylesheets/devices/operamini.css
@@ -11,11 +11,7 @@
        float: none !important;
        margin-left: 0 !important;
        width: 100% !important;
-       overflow-y: scroll;
-}
-
-tbody {
-       height: 200px;
+       overflow: auto;
 }
 
 .mwm-notice {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5c626be24615f80ec598291f9ed482cadcd787b3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to