AFFiNE/packages/frontend/mobile
CatsJuice 51bc40d2a8
fix(mobile): header will be clipped when modal opened and page scrolled (#8079)
close AF-1332

This issue is caused by radix, it will set `overflow: hidden` to body when modal opened. And header is implemented with `position: sticky`.

> **why not use `position: fixed` for header?**
>
> We need to handle `padding-top` manually to avoid content covered by header.
2024-09-04 09:36:18 +00:00
..
src fix(mobile): header will be clipped when modal opened and page scrolled (#8079) 2024-09-04 09:36:18 +00:00
package.json chore: bump up figma-squircle version to v1 (#8047) 2024-09-03 08:28:03 +00:00
project.json feat: init mobile entry (#7905) 2024-08-21 13:17:35 +00:00
tsconfig.json feat: init mobile entry (#7905) 2024-08-21 13:17:35 +00:00