From 4f0298376d0a925561d22699936143dde90065e7 Mon Sep 17 00:00:00 2001 From: Gael Leblan Date: Fri, 18 Oct 2024 09:18:25 +0200 Subject: [PATCH] [frontend] Fix mouse cursor disappearing (#1658) --- openbas-front/src/components/ChainedTimeline.tsx | 2 +- openbas-front/src/static/css/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openbas-front/src/components/ChainedTimeline.tsx b/openbas-front/src/components/ChainedTimeline.tsx index cc9252df97..d159b3a7ed 100644 --- a/openbas-front/src/components/ChainedTimeline.tsx +++ b/openbas-front/src/components/ChainedTimeline.tsx @@ -489,7 +489,7 @@ const ChainedTimelineFlow: FunctionComponent = ({ return ( <> {injects.length > 0 ? ( -
+