fix(core): update
This commit is contained in:
parent
f5273b6b82
commit
3094c0b815
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-wcctools',
|
name: '@design.estate/dees-wcctools',
|
||||||
version: '1.0.86',
|
version: '1.0.87',
|
||||||
description: 'wcc tools for creating element catalogues'
|
description: 'wcc tools for creating element catalogues'
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@ export class WccFrame extends DeesElement {
|
|||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewport {
|
.viewport {
|
||||||
|
Loading…
Reference in New Issue
Block a user