[Ponygon]
I dont know if this is any help but i think if you go to the code for the about section and set its overflow to none or delete it all together the ol wont go missing it worked on mine
The goal is to have scrollbar in about section and a separate custom section. Removing the overflow in #about means your about section will not have a scrollbar.
I believe the suggested workaround was to put the custom section in an ordered list, then put the about section's contents in an ordered list that is a part of the custom section and set it to overflow: auto. This should give you your custom section while allowing your about section to appear to have a scrollbar.
I may have misunderstood or made a mistake though.