From 527f1155fef1bf15f5a996f45f72a684f442e377 Mon Sep 17 00:00:00 2001 From: shrkey Date: Wed, 12 Oct 2016 21:23:01 +0100 Subject: [PATCH] change to theme --- flatdoc/theme-dark/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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