Skip to content

Commit 6c432e8

Browse files
committed
fix: update layout to accommodate new drawer trigger alignment
1 parent fc9c520 commit 6c432e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function App() {
190190
</h2>
191191
</div>
192192
</Header>
193-
<section className="relative flex min-h-0 flex-1 gap-2 overflow-x-hidden md:mr-2">
193+
<section className="relative flex min-h-0 flex-1 overflow-x-hidden md:mr-2">
194194
<Drawer main state={sideBarState} {...sideBarTriggerProps}>
195195
<div className="mx-2 mb-2 grid grid-cols-1 gap-2">
196196
<h2 className="text-xl font-bold">Map controls</h2>

0 commit comments

Comments
 (0)