Fix top nav arc overlapping letter compose picker drawer
Set hasSubHeader on LetterComposePage so the MobileTopBar uses a flat rect instead of the down-arc variant, preventing the 20px arc overhang from painting over the LetterEditor picker panel.
This commit is contained in:
@@ -9,7 +9,7 @@ export function LetterComposePage() {
|
||||
|
||||
const toPubkey = searchParams.get('to') ?? undefined;
|
||||
|
||||
useLayoutOptions({ showFAB: false, noOverscroll: true });
|
||||
useLayoutOptions({ showFAB: false, noOverscroll: true, hasSubHeader: true });
|
||||
useSeoMeta({ title: 'Write a Letter' });
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user