Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
7134a2d
1
Parent(s):
41f3f9d
fix: 解决代码复制按钮出现在输入区上方的问题
Browse files
web_assets/stylesheet/ChuanhuChat.css
CHANGED
@@ -398,6 +398,7 @@ body.popup-open {
|
|
398 |
/* padding: 8px 6px; */
|
399 |
min-height: 82px;
|
400 |
/* max-height: 166px; */
|
|
|
401 |
background: var(--chatbot-blur-background-color);
|
402 |
-webkit-backdrop-filter: blur(24px);
|
403 |
backdrop-filter: blur(24px);
|
|
|
398 |
/* padding: 8px 6px; */
|
399 |
min-height: 82px;
|
400 |
/* max-height: 166px; */
|
401 |
+
z-index: 2;
|
402 |
background: var(--chatbot-blur-background-color);
|
403 |
-webkit-backdrop-filter: blur(24px);
|
404 |
backdrop-filter: blur(24px);
|