diff --git a/flatdoc/theme-dark/style.css b/flatdoc/theme-dark/style.css index 4bb390b..82cd082 100644 --- a/flatdoc/theme-dark/style.css +++ b/flatdoc/theme-dark/style.css @@ -548,6 +548,7 @@ body.no-literate .content pre > code:hover::-webkit-scrollbar-thumb { max-width: none; z-index: 1; background: transparent; + overflow: hidden; } body:not(.no-literate) .content > p, body:not(.no-literate) .content > ul, @@ -937,6 +938,6 @@ code .comment { z-index: 1; } -img { +.content img { max-width: 100%; } \ No newline at end of file