c0d3-app icon indicating copy to clipboard operation
c0d3-app copied to clipboard

Overflow on the Curriculum lessons container

Open flacial opened this issue 3 years ago • 2 comments

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

image

Removing the property overflow: auto!important; and replace it with overflow: hidden; should fix it.

flacial avatar May 27 '21 20:05 flacial