mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(core): upgrade dialog close button layout level (#6004)
This commit is contained in:
@@ -43,6 +43,7 @@ export const closeButton = style({
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: '22px',
|
top: '22px',
|
||||||
right: '20px',
|
right: '20px',
|
||||||
|
zIndex: cssVar('zIndexModal'),
|
||||||
});
|
});
|
||||||
export const modalHeader = style({
|
export const modalHeader = style({
|
||||||
fontSize: cssVar('fontH6'),
|
fontSize: cssVar('fontH6'),
|
||||||
|
|||||||
Reference in New Issue
Block a user