@tscircuit/cli 0.0.105 → 0.0.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,7 +148,7 @@ export const GenericExportDialog = ({
|
|
|
148
148
|
onClickExport: () => any
|
|
149
149
|
}) => {
|
|
150
150
|
return (
|
|
151
|
-
<Dialog open={open} onClose={onClose} className="relative z-
|
|
151
|
+
<Dialog open={open} onClose={onClose} className="relative z-[101]">
|
|
152
152
|
<div className="fixed inset-0 bg-black/30" aria-hidden="true" />
|
|
153
153
|
<div className="fixed inset-0 flex w-screen items-center justify-center p-4">
|
|
154
154
|
<Dialog.Panel className="w-full max-w-lg rounded bg-white p-6 border border-[rgba(0,0,0,0.3)]">
|
|
@@ -125,7 +125,7 @@ export const GerberExportDialog = ({
|
|
|
125
125
|
onClickExport: () => any
|
|
126
126
|
}) => {
|
|
127
127
|
return (
|
|
128
|
-
<Dialog open={open} onClose={onClose} className="relative z-
|
|
128
|
+
<Dialog open={open} onClose={onClose} className="relative z-[101]">
|
|
129
129
|
<div className="fixed inset-0 bg-black/30" aria-hidden="true" />
|
|
130
130
|
<div className="fixed inset-0 flex w-screen items-center justify-center p-4">
|
|
131
131
|
<Dialog.Panel className="w-full max-w-lg rounded bg-white p-6 border border-[rgba(0,0,0,0.3)]">
|