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.
- package/dist/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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);
|
|
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