Commit d0a9f62
authored
fix: Fix AI chat not opening on home page (#11514)
## Summary
- Moves responsive visibility classes from `Portal.Root` to inner
`<div>` element
- `Portal.Root` from `radix-ui` doesn't support `className` prop, so the
classes were being ignored
The AI chat wasn't opening because the `hidden md:block` classes on
`Portal.Root` had no effect, causing the portal content to not render
properly on desktop.1 parent f11f3a4 commit d0a9f62
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
| 396 | + | |
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| |||
0 commit comments