mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Don't apply min-height hacks to TargetWidget surfaces
Change-Id: Ic8547f4408f667d8e3808b7d1e29737448b7cb8d
This commit is contained in:
parent
bc846108d1
commit
eff7d05ca2
|
@ -35,6 +35,10 @@
|
|||
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
||||
min-height: ~'calc( 100vh - 10em )';
|
||||
}
|
||||
|
||||
.ve-ui-targetWidget & {
|
||||
min-height: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue