mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
d
This commit is contained in:
parent
b0ab273e8c
commit
ef221a49bc
2 changed files with 14 additions and 4 deletions
|
@ -997,10 +997,15 @@ def search():
|
|||
right: 0px;
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
#chat_talk {
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
position: relative;
|
||||
overflow: scroll;
|
||||
}
|
||||
#iframe-wrapper {
|
||||
width: 100%;
|
||||
height: 500px; /* 父元素高度 */
|
||||
height: 40vh;
|
||||
position: relative;
|
||||
overflow: hidden; /* 防止滚动条溢出 */
|
||||
}
|
||||
|
|
|
@ -997,10 +997,15 @@ def search():
|
|||
right: 0px;
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
#chat_talk {
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
position: relative;
|
||||
overflow: scroll;
|
||||
}
|
||||
#iframe-wrapper {
|
||||
width: 100%;
|
||||
height: 500px; /* 父元素高度 */
|
||||
height: 40vh;
|
||||
position: relative;
|
||||
overflow: hidden; /* 防止滚动条溢出 */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue