isometrik-chat 3.6.1 → 3.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.css +6 -1
- package/build/index.js +3 -3
- package/package.json +1 -1
package/build/index.css
CHANGED
|
@@ -1456,7 +1456,12 @@ padding:10px 0px 0px 0px ;
|
|
|
1456
1456
|
background-color:var(--sender_chatbg)
|
|
1457
1457
|
|
|
1458
1458
|
} */
|
|
1459
|
-
|
|
1459
|
+
.chat_footer {
|
|
1460
|
+
position: absolute;
|
|
1461
|
+
bottom: 0;
|
|
1462
|
+
width: 100%;
|
|
1463
|
+
left: 0;
|
|
1464
|
+
}
|
|
1460
1465
|
.chat_footer form {
|
|
1461
1466
|
flex: 1;
|
|
1462
1467
|
}
|