From 2344eee2c6c8f59f6c170310330f408d5b809e01 Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Mon, 20 Jan 2025 21:20:50 +0100 Subject: [PATCH] Make markdown code blocks scrollable --- web/src/components/Notifications.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/Notifications.jsx b/web/src/components/Notifications.jsx index 0b8b2e7db..dceb5b915 100644 --- a/web/src/components/Notifications.jsx +++ b/web/src/components/Notifications.jsx @@ -189,6 +189,7 @@ const MarkdownContainer = styled("div")` } pre { + overflow-x: scroll; padding: 0.9rem; }