diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx
index e2576bd08..5c0248ae4 100644
--- a/src/frontend/src/CustomNodes/GenericNode/index.tsx
+++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx
@@ -123,46 +123,6 @@ export default function GenericNode({
{data.type}
-
-
-
- {validationStatus.params.split("\n").map((line, index) => (
- {line}
- ))}
-
- )
- }
- >
-
-
-
-
+
+
+
+ {validationStatus.params.split("\n").map((line, index) => (
+ {line}
+ ))}
+
+ )
+ }
+ >
+
+
+
+
diff --git a/src/frontend/src/components/ReactTooltipComponent/index.tsx b/src/frontend/src/components/ReactTooltipComponent/index.tsx
index 87a7508d2..aa736c212 100644
--- a/src/frontend/src/components/ReactTooltipComponent/index.tsx
+++ b/src/frontend/src/components/ReactTooltipComponent/index.tsx
@@ -37,7 +37,7 @@ const TooltipReact: FC = ({
id={selector}
content={content}
className={classNames(
- "!bg-white !text-xs !font-normal !text-gray-700 !shadow-lg !opacity-100 z-10",
+ "!bg-white !text-xs !font-normal !text-gray-700 !shadow-md !opacity-100 z-20",
className
)}
place={position}