pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 1a1214e52e6b98b0372f179027b55bcf912810e2
parent 55f42fa32e85d5cee7ae2fd1e983f09990ee59dc
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon,  1 Jul 2024 13:21:46 +0200

fix: make overflowing codeblock scrollable

Diffstat:
Massets/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/style.css b/assets/style.css @@ -38,7 +38,6 @@ --fg-code-bu: var(--fg-code-ex); --fg-code-st: #106303; --fg-code-op: #d73a49; - } } @@ -139,6 +138,7 @@ code { .sourceCode { background-color: var(--bg2); + overflow: scroll; } code a {