mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00: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',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
position: 'relative',
|
||||
zIndex: 1,
|
||||
});
|
||||
export const input = style({
|
||||
width: '330px',
|
||||
|
||||
Reference in New Issue
Block a user