Skip to content

Commit

Permalink
chore: fix sidebar scrolling after header change
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 27, 2024
1 parent 9ac4c09 commit 31f7f0b
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 @@ -64,7 +64,7 @@ function App() {
<>
<RemoteConfigProvider>
<SearchMachineProvider>
<div className="flex flex-1 flex-col md:flex-row">
<div className="flex min-h-0 flex-1 flex-col md:flex-row">
<MapProvider>
<div className="relative flex flex-1 flex-col items-center border-b border-slate-300 md:border-r">
<MeasureTools />
Expand Down

0 comments on commit 31f7f0b

Please sign in to comment.