Ensure the editing textarea is not higher than browser's viewport
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 31 Jan 2017 00:03:38 +0000 (01:03 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 8 Feb 2017 15:02:18 +0000 (15:02 +0000)
commit33df5610ae40fcc95a2254582278b80f69fd7c1f
treec27d2261d5db9c6a6568bc083010ef270a40f925
parent728cd57b2d5ff799d15f14791bb8680eb6d1dacc
Ensure the editing textarea is not higher than browser's viewport

Limit it to 100vh. 'vh' is a new unit introduced in CSS3, representing 1%
of the viewport height, and fairly widely supported in today's browsers:
<http://caniuse.com/#feat=viewport-units>.

Bug: T155886
Change-Id: I4a32d7d5c4eb110c9ecd0b6b13e4c176d343d82f
resources/src/mediawiki.action/mediawiki.action.edit.styles.css