Skip to content

Commit

Permalink
style: add some bottom margin to the sidebar drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored and stdavis committed Aug 14, 2024
1 parent 29d565a commit 265fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function App() {
</Header>
<section className="relative gap-2 flex min-h-0 flex-1 md:mr-2 overflow-x-hidden">
<Drawer main state={sideBarState} {...sideBarTriggerProps}>
<div className="grid grid-cols-1 gap-2 mx-2">
<div className="grid grid-cols-1 gap-2 mx-2 mb-2">
<h2 className="text-xl font-bold">Map controls</h2>
<div className="p-3 border border-zinc-200 dark:border-zinc-700 rounded">
<ErrorBoundary FallbackComponent={ErrorFallback}>
Expand Down

0 comments on commit 265fc48

Please sign in to comment.