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 951fa25 commit 6b85ef2Copy full SHA for 6b85ef2
ClientAdvisor/App/frontend/src/components/ChatHistory/ChatHistoryPanel.module.css
@@ -1,11 +1,11 @@
1
.container {
2
- max-height: calc(100vh - 100px);
3
- width: 300px;
+ height: calc(100vh - 100px);
+ width: 305px;
4
}
5
6
.listContainer {
7
overflow: hidden auto;
8
- max-height: calc(90vh - 105px);
+ height: calc(90vh - 230px);
9
10
11
.itemCell {
@@ -79,9 +79,9 @@
79
80
81
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
82
- .container{
83
- border: 2px solid WindowText;
84
- background-color: Window;
85
- color: WindowText;
+ .container {
+ border: 2px solid WindowText;
+ background-color: Window;
+ color: WindowText;
86
87
-}
+}
0 commit comments