The popover was getting cut off since the frontend-app-learning pulls in the XBlock component using an <iframe> element. This happens when we have a small number of terms. Migrating to Collapse will help with this content getting cut off and also this will have similar UI to how the Glossary page handles rendering of the key-term content.
The popover was getting cut off since the
frontend-app-learning
pulls in the XBlock component using an<iframe>
element. This happens when we have a small number of terms. Migrating toCollapse
will help with this content getting cut off and also this will have similar UI to how the Glossary page handles rendering of thekey-term
content.