feat(core): use contain strict optimizing performance (#8553)

This commit is contained in:
EYHN
2024-10-21 06:42:07 +00:00
parent a25bb0d80f
commit 42b3e069f9
9 changed files with 17 additions and 17 deletions
@@ -20,6 +20,7 @@ export const header = style({
flexShrink: 0,
background: cssVar('backgroundPrimaryColor'),
padding: '0 16px',
contain: 'strict',
'@media': {
print: {
display: 'none',
@@ -31,6 +32,7 @@ export const viewBodyContainer = style({
display: 'flex',
flex: 1,
overflow: 'hidden',
contain: 'strict',
});
export const leftSidebarButton = style({