minor fix - email thread reply button stylings/corrections (#7168)

fixes #7155
This commit is contained in:
nitin
2024-09-23 14:34:04 +05:30
committed by GitHub
parent 8d496902b7
commit aa7b3107f4
2 changed files with 55 additions and 48 deletions

View File

@ -32,7 +32,7 @@ const StyledContainer = styled(motion.div)`
background: ${({ theme }) => theme.background.primary};
border-left: 1px solid ${({ theme }) => theme.border.color.medium};
box-shadow: ${({ theme }) => theme.boxShadow.strong};
height: 100%;
height: 100dvh;
overflow-x: hidden;
position: fixed;