@australiangreens/ag-internal-components 0.0.91 → 0.0.92
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/esm/index.js
CHANGED
|
@@ -815,8 +815,6 @@ function Mn({
|
|
|
815
815
|
sx: {
|
|
816
816
|
overflow: "auto",
|
|
817
817
|
height: `calc(100vh - ${t}px)`,
|
|
818
|
-
scrollbarGutter: "stable",
|
|
819
|
-
// scrollbarGutter: 'stable both-edges',
|
|
820
818
|
flexGrow: 1
|
|
821
819
|
},
|
|
822
820
|
children: i ? /* @__PURE__ */ o($, { component: "main", id: "main-content", height: "inherit", children: e }) : /* @__PURE__ */ o(
|