Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
3cd91ed
1
Parent(s):
b6963c9
fix: 修复Chromium下模型dropdown偏移
Browse files
web_assets/stylesheet/ChuanhuChat.css
CHANGED
|
@@ -314,10 +314,16 @@ body.popup-open {
|
|
| 314 |
max-width: 14em;
|
| 315 |
background: none;
|
| 316 |
height: 60px;
|
|
|
|
| 317 |
}
|
| 318 |
#chatbot-header .gradio-dropdown > label {
|
| 319 |
display: flex;
|
| 320 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
#chatbot-header .gradio-dropdown > label > span[data-testid="block-info"] {
|
| 322 |
height: unset;
|
| 323 |
overflow: visible;
|
|
|
|
| 314 |
max-width: 14em;
|
| 315 |
background: none;
|
| 316 |
height: 60px;
|
| 317 |
+
overflow: unset !important;
|
| 318 |
}
|
| 319 |
#chatbot-header .gradio-dropdown > label {
|
| 320 |
display: flex;
|
| 321 |
}
|
| 322 |
+
#chatbot-header .gradio-dropdown ul.options {
|
| 323 |
+
top: 60px !important;
|
| 324 |
+
left: 0 !important;
|
| 325 |
+
position: absolute !important;
|
| 326 |
+
}
|
| 327 |
#chatbot-header .gradio-dropdown > label > span[data-testid="block-info"] {
|
| 328 |
height: unset;
|
| 329 |
overflow: visible;
|