Merge pull request #18794 from Scroody/fix-chat-peek-welcome-msg

Fix: Welcome message transparent background
This commit is contained in:
Ramón Souza 2023-09-15 15:13:51 -03:00 committed by GitHub
commit bc2f105779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ export const PopupContainer = styled.div`
top: 0;
max-height: 80%;
z-index: 3;
background-color: white;
`;
export const PopupContents = styled(ScrollboxVertical)`