@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -112,7 +112,7 @@ export const Popup = (props: PopupProps) => {
|
||||
role="dialog"
|
||||
aria-modal="true"
|
||||
style={{
|
||||
'z-index': 42424242,
|
||||
'z-index': props.theme?.zIndex ?? 42424242,
|
||||
}}
|
||||
>
|
||||
<style>{styles}</style>
|
||||
|
||||
@@ -3,5 +3,6 @@ export type PopupParams = {
|
||||
theme?: {
|
||||
width?: string
|
||||
backgroundColor?: string
|
||||
zIndex?: number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user