Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
make draft corrupt banner sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 21, 2023
1 parent 49ac12e commit 7b2dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/app/pages/draft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function DraftPage() {
>
{data.state.matches({ready: 'saveError'}) ? (
<Theme name="red">
<XStack padding="$4">
<XStack padding="$4" position="sticky" top={0} zIndex={100}>
<XStack
flex={1}
paddingHorizontal="$4"
Expand Down

0 comments on commit 7b2dc8f

Please sign in to comment.