mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(ios): mobile modal occlusion issues (#11427)
Close [BS-2925](https://linear.app/affine-design/issue/BS-2925/移动端-dialog-遮挡相关)
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user