We have a problem with the Modal;
- if the content is overflowing, you can scroll when first open it
- changing the "tab" inside changes the content to not overflow
- then changing the "tab" again back to the overflowing content, one can no longer scroll, and the content is just overflowing beneath
In the inspector I can see overflow-y: auto, then overflow: initial, then it doesn't go back to overflow-y: auto
This is the section element of the modal