mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): collection modal position after modal style changes (#5289)
fix https://github.com/toeverything/AFFiNE/issues/5270 fix TOV-161
This commit is contained in:
@@ -27,7 +27,7 @@ export const useSelectPage = ({
|
||||
contentOptions={{
|
||||
style: {
|
||||
padding: 0,
|
||||
transform: 'translate(-50%,calc(-50% + 16px))',
|
||||
transform: 'translateY(16px)',
|
||||
maxWidth: 976,
|
||||
backgroundColor: 'var(--affine-white)',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user