mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 15:26:59 +08:00
fix(core): adjust sign in page z-index (#12476)
 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Improved layering of the sign-in page container to ensure it displays above other elements when necessary. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -141,6 +141,8 @@ export const signInPageContainer = style({
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
position: 'relative',
|
||||||
|
zIndex: 1,
|
||||||
});
|
});
|
||||||
export const input = style({
|
export const input = style({
|
||||||
width: '330px',
|
width: '330px',
|
||||||
|
|||||||
Reference in New Issue
Block a user