From 35092864264b4827ea397dceec280cf07f979616 Mon Sep 17 00:00:00 2001 From: ClaPalo Date: Thu, 11 Apr 2024 19:09:19 -0500 Subject: [PATCH 1/4] Fixed field circle icons not moving in Safari --- src/components/EditorCanvas/Table.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index 0c385fa..0b88cf8 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -53,7 +53,7 @@ export default function Table(props) { .getElementById(`scroll_table_${tableData.id}`) .scrollIntoView({ behavior: "smooth" }); } - } + }; return ( <> @@ -100,7 +100,6 @@ export default function Table(props) { theme="solid" style={{ backgroundColor: "#2f68ad", - opacity: "0.7", marginRight: "6px", }} onClick={openEditor} @@ -175,7 +174,6 @@ export default function Table(props) { type="tertiary" size="small" style={{ - opacity: "0.7", backgroundColor: "grey", color: "white", }} @@ -279,7 +277,7 @@ export default function Table(props) { } flex items-center gap-2 overflow-hidden`} >