fix(core): update

This commit is contained in:
2024-02-05 13:17:44 +01:00
parent 1fa9b410ed
commit 0f414ae24a
2 changed files with 2 additions and 1 deletions

View File

@ -120,6 +120,7 @@ export class DeesSimpleAppDash extends DeesElement {
width: 100%;
overflow: auto;
background: ${cssManager.bdTheme('#eeeeeb', '#000')};
overscroll-behavior: contain;
}
.controlbar {