Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/openimis/openimis-fe_js
Browse files Browse the repository at this point in the history
…into implementation/nhib/develop
  • Loading branch information
wzgliniecki committed Aug 30, 2023
2 parents 50d0d30 + 9f3c71b commit d90e4ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/helpers/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ const theme = createTheme({
},
secondaryButton: {},
},
tooltipContainer: {
position: 'fixed',
bottom: 15,
right: 8,
zIndex: 2000,
display: 'flex',
flexDirection: 'column',
alignItems: 'flex-end',
},
flexTooltip: {
marginBottom: 5,
},
fab: {
position: "fixed",
bottom: 20,
Expand Down

0 comments on commit d90e4ee

Please sign in to comment.