I'm working on a popover with scrollable content (similar to Facebook's notification popover).
Currently when the popover has focus and the user scrolls its content scrolls and all is well until the bottom is reached and the parent begins scrolling (see example of problem on CodePen).
I am trying to prevent the parent from scrolling when the bottom of the child is reached and would like to do so with just CSS if possible!