Skip to content

Commit

Permalink
Merge pull request #318 from GTBitsOfGood/provider-UI-update
Browse files Browse the repository at this point in the history
New provider persistence bug
  • Loading branch information
thanasis457 authored Oct 29, 2024
2 parents 46a84bc + 6aa3fae commit 663f6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ function Dashboard({ firestore, team, selectItem }) {
)}
</div>
<button className="template-add">
<Link to={formRoute} style={{ width: "100%" }}>
<Link onClick={() => selectItem({})} to={formRoute} style={{ width: "100%" }}>
<BsPlus /> Add New Provider
</Link>
</button>
{/* Bandaid fix for content showing below sticky button */}
<div style={{ marginBottom: "-18px", height: "18px", width: "100%", position: "sticky", bottom: "-28px", backgroundColor: "white", zIndex: "2" }}/>
<div style={{ marginBottom: "-18px", height: "18px", width: "100%", position: "sticky", bottom: "-28px", backgroundColor: "white", zIndex: "2" }} />
</Container>
</div>
);
Expand Down

0 comments on commit 663f6a9

Please sign in to comment.