nice contrasting global control section

This commit is contained in:
talksik
2022-05-29 14:39:26 -05:00
parent 9a795a932a
commit 97e536fdaa
2 changed files with 40 additions and 19 deletions
@@ -133,7 +133,7 @@ export default function ConversationDetails() {
<Container maxWidth={false} sx={{ position: 'relative', flex: 1, overflow: 'auto' }}>
<ConversationHistory />
<Box
{/* <Box
sx={{
position: 'absolute',
zIndex: 10,
@@ -145,7 +145,7 @@ export default function ConversationDetails() {
<Fab color="primary" aria-label="add" size="medium">
<FiSun />
</Fab>
</Box>
</Box> */}
</Container>
</>
);