fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-17 13:36:37 +01:00
parent f5273b6b82
commit 3094c0b815
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-wcctools',
version: '1.0.86',
version: '1.0.87',
description: 'wcc tools for creating element catalogues'
}

View File

@ -25,6 +25,7 @@ export class WccFrame extends DeesElement {
bottom: 100px;
overflow-y: auto;
overflow-x: auto;
overscroll-behavior: contain;
}
.viewport {