/* This fixes the vertical position of list markers when the first element in the
  • is a
     block
    
      Scrolling inside the 
     block is still working as expected
    */
    .rst-content pre.literal-block,
    .rst-content div[class^='highlight'] pre {
    	overflow: visible;
    }