From 06731a5e0b1088b802bc26d6b0e7778a65d3ab1a Mon Sep 17 00:00:00 2001 From: niro2-1 Date: Mon, 25 May 2026 14:14:48 +0300 Subject: [PATCH] Add overflow-x: auto to .code-block --- path/to/your/css/file.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 path/to/your/css/file.css diff --git a/path/to/your/css/file.css b/path/to/your/css/file.css new file mode 100644 index 0000000..532bf32 --- /dev/null +++ b/path/to/your/css/file.css @@ -0,0 +1 @@ +.code-block { overflow-x: auto; } \ No newline at end of file