We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27199cb commit d12b0f8Copy full SHA for d12b0f8
apps/mobile/src/routes/homes/index.tsx
@@ -52,7 +52,7 @@ function HomesComponent() {
52
return (
53
<div className="h-full w-full">
54
<div className="mb-4 flex justify-end">
55
- <Drawer>
+ <Drawer fixed={true}>
56
<DrawerTrigger>Add home</DrawerTrigger>
57
<DrawerContent>
58
<DrawerHeader>
apps/mobile/src/routes/readings/index.tsx
@@ -52,7 +52,7 @@ function ReadingsComponent() {
<DrawerTrigger>Add reading</DrawerTrigger>
0 commit comments