diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 776863e..d780bbe 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.0.286', + version: '1.0.287', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-simple-appdash.ts b/ts_web/elements/dees-simple-appdash.ts index ca5c62b..ee0246a 100644 --- a/ts_web/elements/dees-simple-appdash.ts +++ b/ts_web/elements/dees-simple-appdash.ts @@ -120,6 +120,7 @@ export class DeesSimpleAppDash extends DeesElement { width: 100%; overflow: auto; background: ${cssManager.bdTheme('#eeeeeb', '#000')}; + overscroll-behavior: contain; } .controlbar {