fix(core): update
This commit is contained in:
parent
f5273b6b82
commit
3094c0b815
@ -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'
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ export class WccFrame extends DeesElement {
|
||||
bottom: 100px;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.viewport {
|
||||
|
Loading…
Reference in New Issue
Block a user