-
- Vite + React + TS
+ Chatbot
diff --git a/packages/client/src/App.tsx b/packages/client/src/App.tsx
index 4dabb58..e251278 100644
--- a/packages/client/src/App.tsx
+++ b/packages/client/src/App.tsx
@@ -2,8 +2,9 @@ import './App.css';
import ChatBot from './components/ChatBot';
function App() {
+ // h-[100dvh] works like vh, but it takes into account the url bar that shows/hides on mobile browsers when you scroll.
return (
-