@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.js
CHANGED
|
@@ -28199,11 +28199,13 @@ function XlsxViewerInner({
|
|
|
28199
28199
|
flex: "1 1 auto",
|
|
28200
28200
|
flexDirection: "column",
|
|
28201
28201
|
inlineSize: "100%",
|
|
28202
|
+
isolation: "isolate",
|
|
28202
28203
|
maxHeight: "100%",
|
|
28203
28204
|
maxWidth: "100%",
|
|
28204
28205
|
minHeight: 0,
|
|
28205
28206
|
minWidth: 0,
|
|
28206
28207
|
overflow: "hidden",
|
|
28208
|
+
position: "relative",
|
|
28207
28209
|
width: "100%"
|
|
28208
28210
|
},
|
|
28209
28211
|
children: [
|