Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2022-08-24 00:09:56 +0300
committerGitHub <noreply@github.com>2022-08-24 00:09:56 +0300
commite25c47d5fd20f12b6394939a2708868e9e858439 (patch)
treee9e1c3d3a5c9adc10272cc248987680d68af0c35
parent1f0e3aa4ef9798be3c0541f2fe383ea1f5de6a07 (diff)
Allow codeblocks to be scrollable (#437)
-rw-r--r--static/css/codeblock.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/codeblock.css b/static/css/codeblock.css
index 4481eed..6e58f62 100644
--- a/static/css/codeblock.css
+++ b/static/css/codeblock.css
@@ -21,7 +21,7 @@ pre code.hljs {
border-top-right-radius: unset;
border-bottom-left-radius: 4px;
border-bottom-right-radius: unset;
- overflow: hidden;
+ overflow-y: hidden;
}
.highlight td:last-child pre, .highlight pre {