fix(core): update
This commit is contained in:
@ -35,7 +35,7 @@ export class DeesSimpleAppDash extends DeesElement {
|
||||
user-select: none;
|
||||
}
|
||||
.appbar {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
@ -47,10 +47,12 @@ export class DeesSimpleAppDash extends DeesElement {
|
||||
padding: 0px 16px;
|
||||
}
|
||||
.appcontent {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 40px;
|
||||
bottom: 0;
|
||||
height: calc(100% - 40px);
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
background: ${cssManager.bdTheme('#eeeeeb', '#000')};
|
||||
}
|
||||
`,
|
||||
|
Reference in New Issue
Block a user