fix(ios): mobile modal occlusion issues (#11427)

Close [BS-2925](https://linear.app/affine-design/issue/BS-2925/移动端-dialog-遮挡相关)
This commit is contained in:
L-Sun
2025-04-03 01:51:57 +00:00
parent 80a663efe7
commit b53b2acfe3
7 changed files with 49 additions and 6 deletions

View File

@@ -490,6 +490,7 @@ export type MenuHandler = {
const popMobileMenu = (options: MenuOptions): MenuHandler => {
const model = createModal(document.body);
model.style.position = 'fixed';
const menu = new Menu({
...options,
onClose: () => {