summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2024-08-17 21:13:06 -0600
committerAlexis Hovorka <[email protected]>2024-08-17 21:13:06 -0600
commit018c1486255a2ebff67df64884ad5a2c1afce19f (patch)
treedd4f84e423f5293b8b0c9747d5c72de361a51900
parent03f4375e7223434aa94b62a06036b85b69fe3822 (diff)
[fix] Make code line numbers scroll horizontally with codeHEADmain
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 4c00c3a..08f7954 100644
--- a/static/style.css
+++ b/static/style.css
@@ -482,6 +482,7 @@ pre, pre * {
}
pre code {
+ position: relative;
display: block;
margin: 0 auto;
padding: 0.8rem 2rem;