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 9b29a25 commit 05be410Copy full SHA for 05be410
1 file changed
src/style.scss
@@ -46,11 +46,15 @@
46
47
.ai-content {
48
flex: 1;
49
- overflow: hidden;
+ min-height: 0;
50
+ display: flex;
51
+ flex-direction: column;
52
position: relative;
53
+ overflow: hidden;
54
55
.ai-chat-area {
- height: 100%;
56
+ flex: 1;
57
58
padding: 15px;
59
overflow-y: auto;
60
display: flex;
@@ -104,6 +108,7 @@
104
108
padding: 10px;
105
109
overflow-x: auto;
106
110
margin: 5px 0;
111
+ position: relative;
107
112
113
code {
114
font-family: 'Courier New', monospace;
@@ -164,7 +169,8 @@
164
169
}
165
170
166
171
.ai-history-area {
167
172
173
168
174
175
176
@@ -203,7 +209,8 @@
203
209
204
210
205
211
.ai-settings-area {
206
212
213
207
214
208
215
216
@@ -393,4 +400,4 @@
393
400
394
401
395
402
396
-}
403
+}
0 commit comments