Skip to content

Commit

Permalink
fix: update layout to accommodate new drawer trigger alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 12, 2024
1 parent fc9c520 commit 8cc329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default function App() {
</h2>
</div>
</Header>
<section className="relative flex min-h-0 flex-1 gap-2 overflow-x-hidden md:mr-2">
<section className="relative flex min-h-0 flex-1 overflow-x-hidden md:mr-2">
<Drawer main state={sideBarState} {...sideBarTriggerProps}>
<div className="mx-2 mb-2 grid grid-cols-1 gap-2">
<h2 className="text-xl font-bold">Map controls</h2>
Expand Down

0 comments on commit 8cc329f

Please sign in to comment.