Skip to content

Commit

Permalink
fix: Fix showing of toasts in embedded chatbots
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Nov 13, 2024
1 parent 2107d81 commit 155c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatBotContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

.rcb-window-embedded .rcb-chat-window {
position: static;
position: relative;
opacity: 1;
visibility: visible;
right: auto;
Expand Down

0 comments on commit 155c7d7

Please sign in to comment.