fix(modal,tile,input-text): move scroll handling from tile content to modal and update input text demo to use changeSubject subscriptions

This commit is contained in:
2026-04-12 17:28:34 +00:00
parent 3c7b5dc690
commit 2b6798083d
7 changed files with 32 additions and 40 deletions

View File

@@ -100,11 +100,7 @@ export class DeesTile extends DeesElement {
border-radius: 8px;
border-top: 1px solid var(--dees-color-border-subtle);
border-bottom: 1px solid var(--dees-color-border-subtle);
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-width: thin;
scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
overflow: hidden;
}
.tile-content.no-footer {