bt-core-app 1.4.603 → 1.4.604

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.
@@ -10689,7 +10689,7 @@ function Cd(e) {
10689
10689
  }
10690
10690
  function YV(e) {
10691
10691
  return {
10692
- style: D(() => Yr == null ? "" : `height: calc(100vh - ${Yr.getUsedHeight(e)}px); scroll-y: auto;`)
10692
+ style: D(() => Yr == null ? "" : `height: calc(100vh - ${Yr.getUsedHeight(e)}px); overflow-y: auto;`)
10693
10693
  };
10694
10694
  }
10695
10695
  const sk = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.603",
3
+ "version": "1.4.604",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {