Skip to content

Commit 6b85ef2

Browse files
fixed the UI issue in Chat history list section (#335)
1 parent 951fa25 commit 6b85ef2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ClientAdvisor/App/frontend/src/components/ChatHistory/ChatHistoryPanel.module.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.container {
2-
max-height: calc(100vh - 100px);
3-
width: 300px;
2+
height: calc(100vh - 100px);
3+
width: 305px;
44
}
55

66
.listContainer {
77
overflow: hidden auto;
8-
max-height: calc(90vh - 105px);
8+
height: calc(90vh - 230px);
99
}
1010

1111
.itemCell {
@@ -79,9 +79,9 @@
7979
}
8080

8181
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
82-
.container{
83-
border: 2px solid WindowText;
84-
background-color: Window;
85-
color: WindowText;
82+
.container {
83+
border: 2px solid WindowText;
84+
background-color: Window;
85+
color: WindowText;
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)