Merge pull request #18794 from Scroody/fix-chat-peek-welcome-msg
Fix: Welcome message transparent background
This commit is contained in:
commit
bc2f105779
@ -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)`
|
||||
|
Loading…
Reference in New Issue
Block a user