diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 5779a9dd2c..636462ea7c 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,14 +1,3 @@ .strike { text-decoration: line-through; } - -/* - 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;
    -}