Skip to content

Commit

Permalink
Add extra padding to bottom to account for scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Dec 12, 2024
1 parent 33026d0 commit 12002a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/filebrowser/FileBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ const FileBrowser = () => {

<div
className="d-flex justify-content-end"
style={{ marginTop: "16px" }}
style={{ marginTop: "16px", paddingBottom: "100px" }}
>
<Button
onClick={() => setShowNewConfigDialog(true)}
Expand Down

0 comments on commit 12002a8

Please sign in to comment.