Don't apply min-height hacks to TargetWidget surfaces

Change-Id: Ic8547f4408f667d8e3808b7d1e29737448b7cb8d
This commit is contained in:
Ed Sanders 2021-04-29 16:00:36 +01:00
parent bc846108d1
commit eff7d05ca2

View file

@ -35,6 +35,10 @@
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
min-height: ~'calc( 100vh - 10em )';
}
.ve-ui-targetWidget & {
min-height: 0;
}
}
}