feat(plugins): set active plugin container height to full
Active plugin container does not have 100% height. It’s not possible to handle it inside plugin by css, because parent doesn’t have full height. This blocks Piotr from displaying e.g. svg at full height
Example before and after:
Closes MIN-301