2
0

fix(engine): 🐛 Fix scrolling behavior and avatar position

This commit is contained in:
Baptiste Arnaud
2022-02-07 08:05:53 +01:00
parent 1f320c5d99
commit f4336b83cc
7 changed files with 31 additions and 17 deletions

View File

@ -154,6 +154,13 @@ textarea {
.typebot-button {
color: var(--typebot-button-color);
background-color: var(--typebot-button-bg-color);
border: 1px solid var(--typebot-button-bg-color);
}
.typebot-button.selectable {
color: var(--typebot-host-bubble-color);
background-color: var(--typebot-host-bubble-bg-color);
border: 1px solid var(--typebot-button-bg-color);
}
.typebot-host-bubble {