Skip to content

Commit

Permalink
Merge pull request bigbluebutton#18794 from Scroody/fix-chat-peek-wel…
Browse files Browse the repository at this point in the history
…come-msg

Fix: Welcome message transparent background
  • Loading branch information
ramonlsouza authored Sep 15, 2023
2 parents 6c97385 + c9d0705 commit bc2f105
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit bc2f105

Please sign in to comment.