Update static/style.css
Browse files- static/style.css +6 -1
static/style.css
CHANGED
|
@@ -69,7 +69,7 @@ button:hover {
|
|
| 69 |
top: 100%;
|
| 70 |
left: 0;
|
| 71 |
width: 100%;
|
| 72 |
-
z-index:
|
| 73 |
background-color: var(--bg-statusline1) !important;
|
| 74 |
color: var(--fg0);
|
| 75 |
backdrop-filter: none !important;
|
|
@@ -182,3 +182,8 @@ form#chatForm {
|
|
| 182 |
align-items: center;
|
| 183 |
text-align: center;
|
| 184 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
top: 100%;
|
| 70 |
left: 0;
|
| 71 |
width: 100%;
|
| 72 |
+
z-index: 9999;
|
| 73 |
background-color: var(--bg-statusline1) !important;
|
| 74 |
color: var(--fg0);
|
| 75 |
backdrop-filter: none !important;
|
|
|
|
| 182 |
align-items: center;
|
| 183 |
text-align: center;
|
| 184 |
}
|
| 185 |
+
|
| 186 |
+
#chatContainer {
|
| 187 |
+
position: relative;
|
| 188 |
+
z-index: 0;
|
| 189 |
+
}
|