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:
Bartosz Dziewoński 2021-01-03 17:22:13 +01:00
parent b4535c95c7
commit f44806c0c8

View file

@ -5,10 +5,10 @@
> .oo-ui-textInputWidget {
max-width: none;
overflow-y: hidden;
.oo-ui-inputWidget-input {
line-height: 1.5em;
overflow-y: hidden;
}
}