This commit is contained in:
Joseph Cheung 2023-03-01 15:26:53 +08:00
parent b0ab273e8c
commit ef221a49bc
2 changed files with 14 additions and 4 deletions

View file

@ -997,10 +997,15 @@ def search():
right: 0px; right: 0px;
top: -15px; top: -15px;
} }
#chat_talk {
width: 100%;
height: 30vh;
position: relative;
overflow: scroll;
}
#iframe-wrapper { #iframe-wrapper {
width: 100%; width: 100%;
height: 500px; /* 父元素高度 */ height: 40vh;
position: relative; position: relative;
overflow: hidden; /* 防止滚动条溢出 */ overflow: hidden; /* 防止滚动条溢出 */
} }

View file

@ -997,10 +997,15 @@ def search():
right: 0px; right: 0px;
top: -15px; top: -15px;
} }
#chat_talk {
width: 100%;
height: 30vh;
position: relative;
overflow: scroll;
}
#iframe-wrapper { #iframe-wrapper {
width: 100%; width: 100%;
height: 500px; /* 父元素高度 */ height: 40vh;
position: relative; position: relative;
overflow: hidden; /* 防止滚动条溢出 */ overflow: hidden; /* 防止滚动条溢出 */
} }