Skip to content

Commit b411150

Browse files
Update index.html
1 parent bd525d3 commit b411150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
bottom: 80px;
126126
right: 20px;
127127
width: 360px;
128-
height: 500px;
128+
height: auto;
129+
min-height: 500px;
129130
display: none;
130131
flex-direction: column;
131132
background: white;
@@ -145,11 +146,10 @@
145146
font-family: sans-serif;
146147
}
147148
#chatbox iframe {
148-
height: calc(100% - 48px);
149+
min-height: 500px;
149150
width: 100%;
150151
border: none;
151152
}
152-
153153
</style>
154154
</head>
155155
<body>

0 commit comments

Comments
 (0)