Esanders has uploaded a new change for review.

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

Change subject: Fix scrollbars in textareas in IE8-11
......................................................................

Fix scrollbars in textareas in IE8-11

Bug: T95522
Change-Id: I8650923632ba5f2778de06f341b647a04636354f
---
M src/styles/widgets/TextInputWidget.less
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/56/248856/1

diff --git a/src/styles/widgets/TextInputWidget.less 
b/src/styles/widgets/TextInputWidget.less
index d2e7dca..f375776 100644
--- a/src/styles/widgets/TextInputWidget.less
+++ b/src/styles/widgets/TextInputWidget.less
@@ -14,6 +14,11 @@
                .oo-ui-box-sizing(border-box);
        }
 
+       // IE8-11 defaults overflow to 'scroll'. Modern browsers use 'auto'
+       textarea {
+               overflow: auto;
+       }
+
        // Remove default styling for <input type=search />, especially the 
built-in "clear" button
        input[type="search"] {
                // Safari

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8650923632ba5f2778de06f341b647a04636354f
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

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

Reply via email to