From a8a59bd543d6ebc70f47ea6ad98582f5a6367568 Mon Sep 17 00:00:00 2001 From: E44 <129310925+programmer-44@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:09:34 +0100 Subject: [PATCH] fix(control): replaced overflow-auto with overflow-y-auto in notifications --- control/frontend/src/routes/Notification.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/frontend/src/routes/Notification.svelte b/control/frontend/src/routes/Notification.svelte index de8750a..f0ba78b 100644 --- a/control/frontend/src/routes/Notification.svelte +++ b/control/frontend/src/routes/Notification.svelte @@ -29,7 +29,7 @@ > - {n.message} + {n.message}