@headless-adminapp/fluent 1.4.47 → 1.4.48

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.
@@ -130,7 +130,7 @@ const Wrapper = ({ children, formHeaderDivRef, }) => {
130
130
  const tabContainerHeight = 36;
131
131
  const visible = !!rect && rect.bottom < headerHeight + tabContainerHeight;
132
132
  if (isMobile) {
133
- return ((0, jsx_runtime_1.jsxs)(ScrollView_1.ScrollView, { children: [(0, jsx_runtime_1.jsx)("div", { style: {
133
+ return ((0, jsx_runtime_1.jsxs)(ScrollView_1.ScrollView, { flexColumn: true, children: [(0, jsx_runtime_1.jsx)("div", { style: {
134
134
  background: react_components_1.tokens.colorNeutralBackgroundAlpha2,
135
135
  backdropFilter: 'blur(20px)',
136
136
  position: 'fixed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headless-adminapp/fluent",
3
- "version": "1.4.47",
3
+ "version": "1.4.48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -54,5 +54,5 @@
54
54
  "devDependencies": {
55
55
  "@types/lodash": "4.17.20"
56
56
  },
57
- "gitHead": "bf25872bd5633ce7bc68f6aedb5356b4890b6bde"
57
+ "gitHead": "b50526fb97247c5c376a4a997a6eb44cea8c8ae1"
58
58
  }