diff --git a/src/helpers/theme.js b/src/helpers/theme.js index 8abb0ff..c338126 100644 --- a/src/helpers/theme.js +++ b/src/helpers/theme.js @@ -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,