We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c2bfd commit e5f1383Copy full SHA for e5f1383
docs/chat.md
@@ -9,7 +9,8 @@ className: "no-title-page"
9
src="https://rag-chatbot.docs-chatbot.chrisyhjiang.defang.app/"
10
style={{
11
width: "100%", // Assuming the sidebar width is 250px
12
- height: "100vh",
+ height: "calc(100vh - 60px)", // Assuming the header height is 60px
13
+ minHeight: "600px",
14
border: "none",
15
marginLeft: "0px",
16
marginRight: "0px",
0 commit comments