@extend-ai/react-xlsx 0.8.6 → 0.8.8
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.
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +15 -1
package/dist/index.cjs
CHANGED
|
@@ -28231,11 +28231,13 @@ function XlsxViewerInner({
|
|
|
28231
28231
|
flex: "1 1 auto",
|
|
28232
28232
|
flexDirection: "column",
|
|
28233
28233
|
inlineSize: "100%",
|
|
28234
|
+
isolation: "isolate",
|
|
28234
28235
|
maxHeight: "100%",
|
|
28235
28236
|
maxWidth: "100%",
|
|
28236
28237
|
minHeight: 0,
|
|
28237
28238
|
minWidth: 0,
|
|
28238
28239
|
overflow: "hidden",
|
|
28240
|
+
position: "relative",
|
|
28239
28241
|
width: "100%"
|
|
28240
28242
|
},
|
|
28241
28243
|
children: [
|