diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 5779a9dd2cd3ac985c35a7cd5fe68c023beebc14..636462ea7cc3e983450a30959a22c38964ae3ac5 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 <li> is a <pre> block - - Scrolling inside the <pre> block is still working as expected -*/ -.rst-content pre.literal-block, -.rst-content div[class^='highlight'] pre { - overflow: visible; -}