Scale support tab iframe with chat

pull/1/head
ninabreznik 7 years ago committed by yann300
parent 73ceeec5a2
commit 45d261a134
  1. 10
      src/app/support-tab.js

@ -24,7 +24,7 @@ var css = csjs`
.chatTitle {
cursor: pointer;
height: 40px;
width: 92%;
width: 90%;
display: flex;
align-items: center;
justify-content: center;
@ -47,12 +47,12 @@ var css = csjs`
opacity: 0.8;
}
.chatIframe {
width: 102%;
height: 80%;
width: 100%;
height: 100%;
border: 2px dotted ${styles.colors.lightGrey};
overflow: hidden;
transform:
scale(0.9);
transform: scale(0.9);
margin-bottom: 10%;
}
.infoBox extends ${styles.infoTextBox}{

Loading…
Cancel
Save