c0d3-app
c0d3-app copied to clipboard
Overflow on the Curriculum lessons container
There's an overflow in the Curriculum lessons container that's caused by the CSS property flex: 0 0 100%;
on the element with the class of curriculum_child-scroll__3g0eX
Removing the property overflow: auto!important;
and replace it with overflow: hidden;
should fix it.