Skip to content

Commit

Permalink
Bug fix: report sidebar background
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Nov 15, 2024
1 parent 1de6dd5 commit 9caa6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MapSettings/MapSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const MapSettings: React.FC = () => {
</button>
))}
</div>
<div className={`flex w-auto flex-none flex-col overflow-x-hidden bg-none`} id="map-settings-pane">
<div className={`flex w-auto flex-none flex-col overflow-x-hidden bg-white`} id="map-settings-pane">
{!!clicked && (
<div
className={`${!!activeMenuSection ? "max-h-[50vh]" : "max-h-none"} h-full overflow-y-auto
Expand Down

0 comments on commit 9caa6a2

Please sign in to comment.