gluon/docs/_static/css/custom.css
2023-01-03 07:45:43 +01:00

11 lines
270 B
CSS

/*
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;
}