setDeckSettingsOpen(true)}
+ settings={settings}
+ />
-
-
-
- setDeckSettingsOpen(true)}
- settings={settings}
- />
diff --git a/taxonium_component/src/components/DeckButtons.jsx b/taxonium_component/src/components/DeckButtons.jsx
index ae7572f4..922eee88 100644
--- a/taxonium_component/src/components/DeckButtons.jsx
+++ b/taxonium_component/src/components/DeckButtons.jsx
@@ -19,6 +19,9 @@ const TaxButton = ({ children, onClick, title }) => {
shadow-md "
onClick={onClick}
title={title}
+ style={{
+ pointerEvents: "auto",
+ }}
>
{children}
@@ -42,7 +45,9 @@ export const DeckButtons = ({
right: "0em",
bottom: "0em",
zIndex: 10,
+ pointerEvents: "none",
}}
+
className="flex flex-col items-end"
>
diff --git a/taxonium_component/src/components/Key.jsx b/taxonium_component/src/components/Key.jsx
index bb236dad..8d528db8 100644
--- a/taxonium_component/src/components/Key.jsx
+++ b/taxonium_component/src/components/Key.jsx
@@ -33,6 +33,8 @@ const Key = ({
"px-2 border-right border bg-white opacity-90 absolute bottom-2 left-2 pt-1 pb-2",
collapsed ? "w-20" : "w-32"
)}
+ // z index big
+ style={{ zIndex: 1000 }}
>