File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/components/chat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export default function ChatBottombar({
182182 animate = { { y : 0 , opacity : 1 } }
183183 exit = { { y : 10 , opacity : 0 } }
184184 transition = { { duration : 0.2 } }
185- className = "absolute bottom-full left-4 right-4 z-50 bg-background border border-input rounded-lg flex flex-col"
185+ className = "absolute bottom-full left-4 right-4 z-50 bg-background border border-input rounded-lg flex flex-col overflow-hidden "
186186 style = { {
187187 height : "min(600px, 70vh)" ,
188188 maxHeight : "calc(100vh - 150px)"
@@ -255,7 +255,7 @@ export default function ChatBottombar({
255255 </ button >
256256 </ div >
257257 </ div >
258- < div className = "flex-1 overflow-auto" >
258+ < div className = "flex-1 overflow-auto relative border-t border-input/30 " >
259259 < ComponentInspector
260260 setIsInspectMode = { setIsInspectMode }
261261 populateChatInput = { populateChatInput }
You can’t perform that action at this time.
0 commit comments