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
Merge request reports
Activity
assigned to @mateusz-winiarczyk
added 6 commits
-
4eb4d4d0...0f1a0e58 - 5 commits from branch
development
- fc851c40 - Merge remote-tracking branch 'origin/development' into MIN-301-active-plugin-container
-
4eb4d4d0...0f1a0e58 - 5 commits from branch
mentioned in commit c33ac4d8
I would say it does not work properly yet. Here is a video: Screencast_from_26.03.2024_15_00_27
The plugin is available here: https://lux1.atcomp.pl/plugins/starter-kit-new-front/plugin.js (you can notice that some content is not visible and scrollbar cannot scroll to the bottom).
If "overflow: auto" is problematic (or there is a problematic css somewhere in the dom tree) could you tell me how it should be done so scrolling would work properly.