Skip to content

Commit

Permalink
fix: Fix z-index for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin authored Nov 24, 2024
1 parent ee6071e commit ef8852d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ChatBotContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ const ChatBotContainer = ({
top: "0px",
bottom: "auto",
width: `${viewportWidth}px`,
height: `${viewportHeight}px`,
height: `${viewportHeight}px`,

Check failure on line 91 in src/components/ChatBotContainer.tsx

View workflow job for this annotation

GitHub Actions / CI / Run Lint

Mixed spaces and tabs
zIndex: 10000,
}
}

Expand Down

0 comments on commit ef8852d

Please sign in to comment.