Skip to content

Commit

Permalink
zIndex fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Aug 6, 2024
1 parent a25e548 commit bdd92dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/journey-manager/src/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const create = (
const uiElement = document.createElement(
"journey-manager",
) as JourneyManagerElement;
uiElement.style.zIndex = "1000";
uiElement.config = config;
uiElement.client = client;
uiElement.conversationId = conversationId;
Expand Down
1 change: 1 addition & 0 deletions packages/journey-manager/src/ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ button {

.pin-bubble-content {
line-height: 1.4;
width: fit-content;
padding: 4px 6px;
}

Expand Down

0 comments on commit bdd92dc

Please sign in to comment.