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({
182
182
animate = { { y : 0 , opacity : 1 } }
183
183
exit = { { y : 10 , opacity : 0 } }
184
184
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 "
186
186
style = { {
187
187
height : "min(600px, 70vh)" ,
188
188
maxHeight : "calc(100vh - 150px)"
@@ -255,7 +255,7 @@ export default function ChatBottombar({
255
255
</ button >
256
256
</ div >
257
257
</ div >
258
- < div className = "flex-1 overflow-auto" >
258
+ < div className = "flex-1 overflow-auto relative border-t border-input/30 " >
259
259
< ComponentInspector
260
260
setIsInspectMode = { setIsInspectMode }
261
261
populateChatInput = { populateChatInput }
You can’t perform that action at this time.
0 commit comments