🚸 (calCom) Fix embed responsivity

Closes #1210
This commit is contained in:
Baptiste Arnaud
2024-03-15 11:38:40 +01:00
parent f6d2b15a16
commit 968abf5243
8 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
import { createSignal } from 'solid-js'
export const [botContainerHeight, setBotContainerHeight] =
createSignal<string>('100%')