Hi everyone!
Has anyone noticed this situation and knows if there is something we can do about it?
We are using the notify-popup to display articles in popups in our course, and we ran into this issue:
We've noticed that when the notify-popup is short enough to fit inside the height of the browser window, it has this styling:
visibility: visible;
height: auto;
margin-top: -387.445px;
opacity: 1;
But when notify-popup is too tall to fit inside the browser window, it has this styling:
visibility: visible;
height: 100%;
top: 0px;
overflow-y: scroll;
opacity: 1;
The problem we experience is that, when a "small" notify-popup is containing an article with a component that alters the height of the notify-popup, for instance an Accordion, the popup sort of "jumps" up and down as the Accordion opens/closes its drawers.
I've captured the issue in a video here:
https://web.moch.dk/hta/for%20adapt%20forum/testing_popuparticle_styling.mp4