Skip to content

Commit

Permalink
re add old styling for floatingButton. Unsure where/why this was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Sep 11, 2024
1 parent 7675125 commit 99ee3f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,15 @@ const components = {
overflow: "hidden"
},
logoImg: {},
popup: {}
popup: {},
floatingButton: {
margin: 0,
top: "auto",
right: 20,
bottom: 20,
left: "auto",
position: "fixed"
}
};

const theme = {
Expand Down

0 comments on commit 99ee3f0

Please sign in to comment.