mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 17:51:09 +00:00
ReplyWidget: Ensure scrollbar doesn't appear in source mode (for real)
Follow-up to d5a1b7bc2b
.
The rule hiding the scrollbar was applied to the wrong element.
Bug: T267609
Change-Id: I596f29ba191032a82c579c63e9aa526eb4e887aa
This commit is contained in:
parent
b4535c95c7
commit
f44806c0c8
|
@ -5,10 +5,10 @@
|
|||
|
||||
> .oo-ui-textInputWidget {
|
||||
max-width: none;
|
||||
overflow-y: hidden;
|
||||
|
||||
.oo-ui-inputWidget-input {
|
||||
line-height: 1.5em;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue