fix(elements/appui): prevent scroll chaining on app UI components by adding overscroll-behavior: contain

This commit is contained in:
2026-01-03 02:50:37 +00:00
parent 74844492eb
commit ca4f994b55
7 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.29.2',
version: '3.29.3',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}