this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dialog: fix position overlap with editor

Clément 0bbcca97 7d6a04f1

+2 -2
+2 -2
app/src/lib/components/Dialog.tsx
··· 17 17 initialFocusEl={props.initialFocusEl} 18 18 > 19 19 <ArkDialog.Trigger asChild={(p) => <props.trigger {...p} />} /> 20 - <ArkDialog.Backdrop class="fixed inset-0 bg-black/50" /> 21 - <ArkDialog.Positioner class="flex items-center justify-center fixed inset-0"> 20 + <ArkDialog.Backdrop class="fixed inset-0 z-50 bg-black/50" /> 21 + <ArkDialog.Positioner class="flex items-center justify-center fixed inset-0 z-50"> 22 22 <ArkDialog.Content class="bg-background rounded-lg p-4 border border-border mx-4"> 23 23 <div class="flex border-b border-border mb-4 pb-1 flex-row justify-between"> 24 24 <div>