From 6373101009c3300b2c5f198ce73a4f2619e5dff5 Mon Sep 17 00:00:00 2001 From: Andrea Oggioni Date: Thu, 21 Sep 2023 18:28:36 +0200 Subject: [PATCH] fixate scrollbar verticali che comparivano agli elementi .katex con attributo overflow-x --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 0f84187..527222c 100644 --- a/style.css +++ b/style.css @@ -29,6 +29,7 @@ header { .contenuti, .katex { overflow-x: auto; + overflow-y: hidden; /* Altrimenti compare la scrollbar verticale */ } table, .katex-display {