fix: ui in embed mode

This commit is contained in:
Tristan Yang
2023-02-13 07:37:11 +08:00
parent 2cb240eaa5
commit d5726043ab
2 changed files with 10 additions and 6 deletions
+7 -3
View File
@@ -127,13 +127,17 @@
width: 100%;
height: 100%;
}
/* iframe 样式覆盖 */
body.iframe {
position: fixed;
top: 0;
}
body.iframe #root .vocechat-container {
background: transparent !important;
body.iframe .guest-container {
padding: 0;
}
body.iframe .guest-container .left-container,
body.iframe .guest-container .right-container {
border-radius: 0;
}
a {