diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index c4576b5..c706b0e 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.151', + version: '1.0.152', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-table.ts b/ts_web/elements/dees-table.ts index c07d7c0..27c9e40 100644 --- a/ts_web/elements/dees-table.ts +++ b/ts_web/elements/dees-table.ts @@ -147,6 +147,7 @@ export class DeesTable extends DeesElement { border-radius: 3px; border-top: 1px solid ${cssManager.bdTheme('#fff', '#444')}; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); + overflow-x: auto; } .headingSeparation { margin-top: 7px;