fix(core): info modal style issue (#8842)

This commit is contained in:
Peng Xiao
2024-11-18 23:36:31 +08:00
committed by GitHub
parent e200e0a1a0
commit 401106203c

View File

@@ -8,6 +8,8 @@ export const container = style({
padding: '20px 0',
alignSelf: 'start',
marginTop: '120px',
maxHeight: 'calc(100dvh - 240px)',
overflow: 'auto',
});
export const titleContainer = style({