We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a68094 commit 6f4cab5Copy full SHA for 6f4cab5
1 file changed
widget/components/chat/Chat.vue
@@ -27,7 +27,6 @@
27
<iframe
28
class="split-screen-iframe"
29
:src="store.splitScreenIframe"
30
- frameborder="0"
31
allowfullscreen
32
></iframe>
33
</div>
@@ -249,6 +248,7 @@ function sendToGTM(msg) {
249
248
background-color: $chatfaq-color-chat-background-light;
250
&.split-screen {
251
flex-direction: row;
+ overflow: hidden !important;
252
}
253
.right-content {
254
display: flex;
@@ -263,7 +263,11 @@ function sendToGTM(msg) {
263
width: 100%;
264
box-shadow: 0px 2px 18px 0px #0000001A;
265
266
-
+ .split-screen-iframe {
267
+ height: 100%;
268
+ width: 100%;
269
+ border: 0;
270
+ }
271
&.dark-mode {
272
background-color: $chatfaq-color-chat-background-dark;
273
0 commit comments