Skip to content

Commit 82723d2

Browse files
committed
fix style border
1 parent 31be483 commit 82723d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/chat/chat-bottombar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)